diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7780b9b..1ce99b8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3 +current_version = 0.3.4 commit = False tag = False tag_name = {new_version} diff --git a/oschmod/__init__.py b/oschmod/__init__.py index 899fb31..e663392 100644 --- a/oschmod/__init__.py +++ b/oschmod/__init__.py @@ -154,7 +154,7 @@ "S_IXOTH" ) -__version__ = "0.3.3" +__version__ = "0.3.4" def get_mode(path): diff --git a/setup.cfg b/setup.cfg index fc06f79..fb47f2f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,9 +3,9 @@ name = oschmod description = Windows and Linux compatible chmod long_description = file: README.md, CHANGELOG.md long_description_content_type = text/markdown -version = 0.3.3 +version = 0.3.4 author = YakDriver -author_email = projects@plus3it.com +author_email = dirk.avery@GEEmail.com url = https://github.com/yakdriver/oschmod license = Apache Software License 2.0 platforms =