We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8939b commit 88fee4aCopy full SHA for 88fee4a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.0
+current_version = 1.2.0
3
files = pyproject.toml
4
commit = True
5
tag = True
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-datauri"
-version = "1.1.0"
+version = "1.2.0"
description = "A li'l class for data URI manipulation in Python"
authors = ["Flavio Curella <[email protected]>"]
6
readme = "README.rst"
0 commit comments