Skip to content

Commit 61009e3

Browse files
committed
1.0.1 release update
1 parent 7229086 commit 61009e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pydp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from pydp import algorithms, distributions, util
22

33

4-
__version__ = "1.0.0"
4+
__version__ = "1.0.1"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ def read(fname):
5454
setup_requires=setup_requirements,
5555
test_suite="tests",
5656
url="https://github.com/OpenMined/PyDP",
57-
version="1.0.0",
57+
version="1.0.1",
5858
zip_safe=False,
5959
)

0 commit comments

Comments
 (0)