Skip to content

Commit

Permalink
bumped package version
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmayshah99 committed Oct 18, 2023
1 parent 7110b21 commit d5db102
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.rc1"
version = "1.1.5.rc2"
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.rc1
current_version = 1.1.5.rc2
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.rc1",
version="1.1.5.rc2",
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.rc1"
__version__ = "1.1.5.rc2"

0 comments on commit d5db102

Please sign in to comment.