Skip to content

Commit

Permalink
bumped package version yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmayshah99 committed Oct 18, 2023
1 parent d5db102 commit 63d1a91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[tool.poetry]
name = "pydp"
version = "1.1.5.rc2"
version = "1.1.5.rc3"
description = ""
authors = [
"Chinmay Shah <[email protected]>",
Expand Down
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.5.rc2
current_version = 1.1.5.rc3
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 @@ -89,6 +89,6 @@ def read(fname):
python_requires=">=3.8",
test_suite="tests",
url="https://github.com/OpenMined/PyDP",
version="1.1.5.rc2",
version="1.1.5.rc3",
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.5.rc2"
__version__ = "1.1.5.rc3"

0 comments on commit 63d1a91

Please sign in to comment.