Skip to content

Commit fb3d152

Browse files
committed
chore(version): bump version (patch)
1 parent ab57000 commit fb3d152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '0.2'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.2.1'
29+
release = '0.2.2'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='python-codeforces',
9-
version='0.2.1',
9+
version='0.2.2',
1010
description='Codeforces API wrapper for python',
1111
long_description=long_description,
1212
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)