diff --git a/pyproject.toml b/pyproject.toml index 41040e65..eb238c0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wikiteam3" -version = "4.1.3" +version = "4.1.4" description = "Tools for downloading and preserving MediaWikis. We archive MediaWikis, from Wikipedia to tiniest wikis." license = "GPL-3.0-or-later" # authors = ["WikiTeam Contributors"] # FIXME: it's not an valid author name diff --git a/wikiteam3/dumpgenerator/version.py b/wikiteam3/dumpgenerator/version.py index c5257b1f..5ddd9ba0 100644 --- a/wikiteam3/dumpgenerator/version.py +++ b/wikiteam3/dumpgenerator/version.py @@ -1,4 +1,4 @@ -__VERSION__ = "4.1.3" +__VERSION__ = "4.1.4" def getVersion():