diff --git a/pyproject.toml b/pyproject.toml index b54fa5d..0ee1f2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "moera-tools" -version = "0.4.0" +version = "0.5.0" authors = [ {name = "Shmuel Leib Melamud", email = "balu@moera.org"}, ] diff --git a/setup.cfg b/setup.cfg index 9cb0766..05aa3c9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = moera-tools -version = 0.4.0 +version = 0.5.0 [options] install_requires = diff --git a/setup.py b/setup.py index 514a00d..67533d1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='moera-tools', - version='0.4.0', + version='0.5.0', install_requires=[ 'moeralib~=0.15.5', 'python-dateutil',