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.
1 parent 7229086 commit 61009e3Copy full SHA for 61009e3
pydp/__init__.py
@@ -1,4 +1,4 @@
1
from pydp import algorithms, distributions, util
2
3
4
-__version__ = "1.0.0"
+__version__ = "1.0.1"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.0.0
+current_version = 1.0.1
commit = True
tag = True
5
setup.py
@@ -54,6 +54,6 @@ def read(fname):
54
setup_requires=setup_requirements,
55
test_suite="tests",
56
url="https://github.com/OpenMined/PyDP",
57
- version="1.0.0",
+ version="1.0.1",
58
zip_safe=False,
59
)
0 commit comments