diff --git a/coc/__init__.py b/coc/__init__.py index c484f3d5..a4afa210 100644 --- a/coc/__init__.py +++ b/coc/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.1.0' +__version__ = '0.1.1' from .client import Client from .dataclasses import ( diff --git a/setup.py b/setup.py index 0f0fb338..973973de 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open(os.path.join(os.getcwd(), 'requirements.txt')) as f: requirements = f.read().splitlines() -version = '0.1.0' +version = '0.1.1' readme = '' with open('README.rst') as f: