Skip to content

Commit 6cda7f9

Browse files
committed
Update to v0.2.1
1 parent c831d0c commit 6cda7f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.2.0'
3+
__version__ = '0.2.1'
44

55
from .clans import (
66
Clan,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
with open(os.path.join(os.getcwd(), 'requirements.txt')) as f:
66
requirements = f.read().splitlines()
77

8-
version = '0.2.0'
8+
version = '0.2.1'
99

1010
readme = ''
1111
with open('README.rst') as f:

0 commit comments

Comments
 (0)