Skip to content

Commit 659c6c9

Browse files
committed
Bump version
1 parent c043025 commit 659c6c9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3
2+
current_version = 0.3.4
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.3"
157+
__version__ = "0.3.4"
158158

159159

160160
def get_mode(path):

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ 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.3
6+
version = 0.3.4
77
author = YakDriver
8-
author_email = projects@plus3it.com
8+
author_email = dirk.avery@GEEmail.com
99
url = https://github.com/yakdriver/oschmod
1010
license = Apache Software License 2.0
1111
platforms =

0 commit comments

Comments
 (0)