Skip to content

Commit

Permalink
Merge pull request #449 from dvadym/rc5
Browse files Browse the repository at this point in the history
Update PyDP version to 1.1.3rc5
  • Loading branch information
chinmayshah99 authored Feb 21, 2023
2 parents e573ed1 + f591667 commit 495ed22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.3rc4
current_version = 1.1.3rc5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ def read(fname):
python_requires=">=3.7",
test_suite="tests",
url="https://github.com/OpenMined/PyDP",
version="1.1.3rc4",
version="1.1.3rc5",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion src/pydp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from pydp import util
from pydp import ml

__version__ = "1.1.3rc4"
__version__ = "1.1.3rc5"

0 comments on commit 495ed22

Please sign in to comment.