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 6ee8435 commit 4b1e8f0Copy full SHA for 4b1e8f0
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.2.0
3
commit = True
4
tag = True
5
VERSION
@@ -1 +1 @@
-0.1.0
+0.2.0
setup.py
@@ -4,7 +4,7 @@
setup(
6
name="django-tink-fields",
7
- version="0.1.0",
+ version="0.2.0",
8
description="Tink-based encrypted model fields for Django",
9
long_description=long_description,
10
long_description_content_type="text/markdown",
0 commit comments