Skip to content

Commit

Permalink
Bump to version 1.1.3rc6 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvadym authored May 29, 2023
1 parent 0e6ad34 commit 0627d0e
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.3rc5
current_version = 1.1.3rc6
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.3rc5",
version="1.1.3rc6",
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.3rc5"
__version__ = "1.1.3rc6"

0 comments on commit 0627d0e

Please sign in to comment.