Skip to content

Commit c7d837d

Browse files
committed
Bump version: 0.2.1 → 0.2.2
1 parent 9099be4 commit c7d837d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
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

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2222
"""
2323

24-
VERSION = "0.2.1"
24+
VERSION = "0.2.2"
2525

2626
modname = "sdjson"
2727
entry_points = None

sdjson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
__copyright__ = "2020 Dominic Davis-Foster"
112112

113113
__license__ = "LGPLv3+"
114-
__version__ = "0.2.1"
114+
__version__ = "0.2.2"
115115
__email__ = "dominic@davis-foster.co.uk"
116116

117117
# stdlib

0 commit comments

Comments
 (0)