add --version and bump to 0.2.0

Resolve the package version from installed metadata, report it via a
--version flag, and print it at the start of each run so output logs
record which wikiq produced them. Bump the version to 0.2.0 for the
changes on this branch: regex match counting, the removal of parquet
output, the Python 3.11 floor, and the dependency cleanup.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-06 16:33:55 -07:00
parent d6d0aab604
commit c1ee926211
2 changed files with 15 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "mediawiki-dump-tools"
version = "0.1.1"
version = "0.2.0"
description = "Convert MediaWiki XML database dumps into tabular datasets for research"
readme = "README.md"
license = "GPL-3.0-or-later"