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 ab57000 commit fb3d152Copy full SHA for fb3d152
docs/conf.py
@@ -26,7 +26,7 @@
26
# The short X.Y version
27
version = '0.2'
28
# The full version, including alpha/beta/rc tags
29
-release = '0.2.1'
+release = '0.2.2'
30
31
32
# -- General configuration ---------------------------------------------------
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='python-codeforces',
9
- version='0.2.1',
+ version='0.2.2',
10
description='Codeforces API wrapper for python',
11
long_description=long_description,
12
long_description_content_type='text/markdown',
0 commit comments