We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbc184 commit 2b14f57Copy full SHA for 2b14f57
pyflipdot/__init__.py
@@ -3,4 +3,4 @@
3
4
__author__ = """Sam Briggs"""
5
__email__ = 'briggySmalls90@gmail.com'
6
-__version__ = '0.2.1'
+__version__ = '0.2.2'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.1
+current_version = 0.2.2
commit = True
tag = True
setup.py
@@ -42,6 +42,6 @@
42
test_suite='tests',
43
tests_require=test_requirements,
44
url='https://github.com/briggySmalls/pyflipdot',
45
- version='0.2.1',
+ version='0.2.2',
46
zip_safe=False,
47
)
0 commit comments