Skip to content

Commit c29d662

Browse files
authored
Merge pull request #56 from YakDriver/autorelease/0.3.7
Release version 0.3.7
2 parents 0aa76c0 + 72f490b commit c29d662

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.6
2+
current_version = 0.3.7
33
commit = False
44
tag = False
55
tag_name = {new_version}

oschmod/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"S_IXOTH"
155155
)
156156

157-
__version__ = "0.3.6"
157+
__version__ = "0.3.7"
158158

159159

160160
def get_mode(path):

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = oschmod
33
description = Windows and Linux compatible chmod
44
long_description = file: README.md, CHANGELOG.md
55
long_description_content_type = text/markdown
6-
version = 0.3.6
6+
version = 0.3.7
77
author = YakDriver
88
author_email = dirk.avery@GEEmail.com
99
url = https://github.com/yakdriver/oschmod

0 commit comments

Comments
 (0)