Skip to content

Commit

Permalink
Bump version: 0.8.1 → 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelaye committed Feb 8, 2017
1 parent 0334b74 commit 80b5134
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyciss/__init__.py
@@ -1,4 +1,4 @@
__version__ = '0.8.1'
__version__ = '0.8.2'

import logging

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.1
current_version = 0.8.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

setup(
name=DISTNAME,
version="0.8.1",
version="0.8.2",
packages=find_packages(),

install_requires=['pandas', 'numpy', 'matplotlib', 'pysis', 'astropy'],
Expand Down

0 comments on commit 80b5134

Please sign in to comment.