Skip to content

Commit b0455d6

Browse files
committed
Bump version to v0.1.1
1 parent 6d07adb commit b0455d6

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.1.0'
3+
__version__ = '0.1.1'
44

55
from .client import Client
66
from .dataclasses import (

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.1.0'
8+
version = '0.1.1'
99

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

0 commit comments

Comments
 (0)