From 0a7bf5750499b6f06f5b2b8e3b1ca38f9e1cf920 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2020 22:44:35 +0000 Subject: [PATCH] Release version 0.3.3 --- .bumpversion.cfg | 2 +- oschmod/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b897d15..7780b9b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.2 +current_version = 0.3.3 commit = False tag = False tag_name = {new_version} diff --git a/oschmod/__init__.py b/oschmod/__init__.py index f054557..899fb31 100644 --- a/oschmod/__init__.py +++ b/oschmod/__init__.py @@ -154,7 +154,7 @@ "S_IXOTH" ) -__version__ = "0.3.2" +__version__ = "0.3.3" def get_mode(path): diff --git a/setup.cfg b/setup.cfg index b749e14..fc06f79 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = oschmod description = Windows and Linux compatible chmod long_description = file: README.md, CHANGELOG.md long_description_content_type = text/markdown -version = 0.3.2 +version = 0.3.3 author = YakDriver author_email = projects@plus3it.com url = https://github.com/yakdriver/oschmod