Skip to content

Commit b1f3779

Browse files
committed
upgraded the package version for release
1 parent 528c5a1 commit b1f3779

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.1
2+
current_version = 1.0.2
33
commit = True
44
tag = True
55

setup.py

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

src/pydp/__init__.py

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

33

4-
__version__ = "1.0.1"
4+
__version__ = "1.0.2"
55

66

77
import sys

0 commit comments

Comments
 (0)