Skip to content

Commit c03ce7c

Browse files
authored
Bump version to 0.3.0 (#596)
1 parent a106933 commit c03ce7c

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

pipeline_dp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from pipeline_dp.spark_rdd_backend import SparkRDDBackend
3636
from pipeline_dp.beam_backend import BeamBackend
3737

38-
__version__ = '0.3.0rc1'
38+
__version__ = '0.3.0'
3939

4040
__all__ = [
4141
'AggregateParams',

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires-python = ">=3.11,<3.14"
88
keywords = ["differential privacy", "data analysis", "apache beam", "pyspark", "dp"]
99

1010
dependencies = [
11-
"python-dp (>=1.1.5rc11,<2.0.0)",
11+
"python-dp (>=1.1.5,<2.0.0)",
1212
"numpy (>=1.20.1,<2.0.0)",
1313
"dill (>=0.3.7)",
1414
"scipy (>=1.17.0)",

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 = 0.3.0rc1
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
install_requires = \
1414
['numpy>=1.20.1,<2.0.0',
15-
'python-dp>=1.1.5rc11',
15+
'python-dp>=1.1.5',
1616
'scipy>=1.7.3,<2.0.0'
1717
]
1818

0 commit comments

Comments
 (0)