Skip to content

Commit 2b14f57

Browse files
briggySmallsbriggySmalls
briggySmalls
authored and
briggySmalls
committed
Bump version: 0.2.1 → 0.2.2
1 parent 7cbc184 commit 2b14f57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyflipdot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__author__ = """Sam Briggs"""
55
__email__ = 'briggySmalls90@gmail.com'
6-
__version__ = '0.2.1'
6+
__version__ = '0.2.2'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.2.2
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
test_suite='tests',
4343
tests_require=test_requirements,
4444
url='https://github.com/briggySmalls/pyflipdot',
45-
version='0.2.1',
45+
version='0.2.2',
4646
zip_safe=False,
4747
)

0 commit comments

Comments
 (0)