Skip to content

Commit 847d677

Browse files
committed
chore: bump version
1 parent 40cb78f commit 847d677

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Mukundan Senthil <mukundan314@gmail.com>'
2525

2626
# The short X.Y version
27-
version = ''
27+
version = '0.2'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.1.0'
29+
release = '0.2.0'
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.1.0',
9+
version='0.2.0',
1010
author='Mukundan',
1111
author_email='mukundan314@gmail.com',
1212
description='Codeforces API wrapper for python',

0 commit comments

Comments
 (0)