Skip to content

Commit 2e5f1be

Browse files
committed
bump package version
1 parent 122f8a1 commit 2e5f1be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = PyStrong
3-
version = 0.0.4
3+
version = 0.0.5
44
author = Julian Baugartner
55
author_email = jbaumgartner93@gmail.com
66
description = Type enforement for python objects

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="PyStrong",
8-
version="0.0.4",
8+
version="0.0.5",
99
author="Julian Baumgartner",
1010
author_email="jbaumgartner93@gmail.com",
1111
description="Type enforcement for python objects.",

0 commit comments

Comments
 (0)