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 00b022b commit c4bdd0bCopy full SHA for c4bdd0b
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.2'
+release = '0.2.3'
30
31
32
# -- General configuration ---------------------------------------------------
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='python-codeforces',
8
- version='0.2.2',
+ version='0.2.3',
9
description='Codeforces API wrapper for python',
10
long_description=long_description,
11
long_description_content_type='text/markdown',
0 commit comments