Skip to content

Commit f007707

Browse files
chore: Bump version to 1.1.0.dev0 for epic dev publishes
Pre-release version so `pip install datamasque-python` won't pick this up by default — only `pip install --pre` or an explicit ==1.1.0.dev0.
1 parent 6cd65db commit f007707

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "datamasque-python"
3-
version = "1.0.3"
3+
version = "1.1.0.dev0"
44
description = "Official Python client for the DataMasque data-masking API."
55
authors = [
66
{ name = "DataMasque Ltd" },

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.0.3
2+
current_version = 1.1.0.dev0
33
commit = True
44
tag = True
55

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)