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 c831d0c commit 6cda7f9Copy full SHA for 6cda7f9
coc/__init__.py
@@ -1,6 +1,6 @@
1
# -*- coding: utf-8 -*-
2
3
-__version__ = '0.2.0'
+__version__ = '0.2.1'
4
5
from .clans import (
6
Clan,
setup.py
@@ -5,7 +5,7 @@
with open(os.path.join(os.getcwd(), 'requirements.txt')) as f:
requirements = f.read().splitlines()
7
8
-version = '0.2.0'
+version = '0.2.1'
9
10
readme = ''
11
with open('README.rst') as f:
0 commit comments