Skip to content

Commit 73471bb

Browse files
committed
updated package version for launch
1 parent 941f644 commit 73471bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydp"
3-
version = "1.1.3rc3"
3+
version = "1.1.4rc1"
44
description = ""
55
authors = [
66
"Chinmay Shah <[email protected]>",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.3rc6
2+
current_version = 1.1.4rc1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ def read(fname):
6060
python_requires=">=3.8",
6161
test_suite="tests",
6262
url="https://github.com/OpenMined/PyDP",
63-
version="1.1.3rc6",
63+
version="1.1.4rc1",
6464
zip_safe=False,
6565
)

src/pydp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from pydp import util
88
from pydp import ml
99

10-
__version__ = "1.1.3rc6"
10+
__version__ = "1.1.4rc1"

0 commit comments

Comments
 (0)