We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122f8a1 commit 2e5f1beCopy full SHA for 2e5f1be
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = PyStrong
3
-version = 0.0.4
+version = 0.0.5
4
author = Julian Baugartner
5
author_email = jbaumgartner93@gmail.com
6
description = Type enforement for python objects
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
7
name="PyStrong",
8
- version="0.0.4",
+ version="0.0.5",
9
author="Julian Baumgartner",
10
author_email="jbaumgartner93@gmail.com",
11
description="Type enforcement for python objects.",
0 commit comments