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 40cb78f commit 847d677Copy full SHA for 847d677
docs/conf.py
@@ -24,9 +24,9 @@
24
author = 'Mukundan Senthil <mukundan314@gmail.com>'
25
26
# The short X.Y version
27
-version = ''
+version = '0.2'
28
# The full version, including alpha/beta/rc tags
29
-release = '0.1.0'
+release = '0.2.0'
30
31
32
# -- General configuration ---------------------------------------------------
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='python-codeforces',
9
- version='0.1.0',
+ version='0.2.0',
10
author='Mukundan',
11
author_email='mukundan314@gmail.com',
12
description='Codeforces API wrapper for python',
0 commit comments