We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0aa76c0 + 72f490b commit c29d662Copy full SHA for c29d662
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.6
+current_version = 0.3.7
3
commit = False
4
tag = False
5
tag_name = {new_version}
oschmod/__init__.py
@@ -154,7 +154,7 @@
154
"S_IXOTH"
155
)
156
157
-__version__ = "0.3.6"
+__version__ = "0.3.7"
158
159
160
def get_mode(path):
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
6
-version = 0.3.6
+version = 0.3.7
7
author = YakDriver
8
author_email = dirk.avery@GEEmail.com
9
url = https://github.com/yakdriver/oschmod
0 commit comments