add --version and set the version to 0.3.0
wikiq had no way to report which version produced a dataset, which matters when output columns change between runs that end up in the same analysis. Add a --version flag, and print the version to stderr on every run so it lands in job logs alongside the output. 0.3.0 is the first release published anywhere. The earlier 0.1.1 and 0.2.0 tags were internal markers that were never released, so the version numbering starts being meaningful to users here. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "mediawiki-dump-tools"
|
||||
version = "0.1.1"
|
||||
version = "0.3.0"
|
||||
description = "Convert MediaWiki XML database dumps into tabular datasets for research"
|
||||
readme = "README.md"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
Reference in New Issue
Block a user