Skip to content

Commit

Permalink
Bump version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathsman5133 committed Apr 24, 2019
1 parent 6d07adb commit b0455d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '0.1.0'
__version__ = '0.1.1'

from .client import Client
from .dataclasses import (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b0455d6

Please sign in to comment.