Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Grendel7 committed Oct 30, 2017
1 parent 8268a01 commit 61df0ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()

version = '0.2.1'
version = '0.2.2'

setup(
name='cacofonisk',
Expand Down Expand Up @@ -72,8 +72,7 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['panoramisk>=1.0,<2',
'aiohttp>=0.18.4'],
install_requires=['panoramisk>=1.0,<2'],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit 61df0ea

Please sign in to comment.