Skip to content

Commit

Permalink
release ready for 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmayshah99 committed Aug 15, 2023
1 parent 48e2b2f commit 4e21374
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydp"
version = "1.1.4rc1"
version = "1.1.4"
description = ""
authors = [
"Chinmay Shah <chinmayshah3899@gmail.com>",
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.4rc1
current_version = 1.1.4
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.8",
test_suite="tests",
url="https://github.com/OpenMined/PyDP",
version="1.1.4rc1",
version="1.1.4",
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.4rc1"
__version__ = "1.1.4"

0 comments on commit 4e21374

Please sign in to comment.