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 be26c39 commit c8be67bCopy full SHA for c8be67b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.0
+current_version = 1.2.1
3
files = pyproject.toml
4
commit = True
5
tag = True
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-datauri"
-version = "1.2.0"
+version = "1.2.1"
description = "A li'l class for data URI manipulation in Python"
authors = ["Flavio Curella <[email protected]>"]
6
readme = "README.rst"
0 commit comments