Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
c-nichols committed Jul 12, 2018
1 parent 6947e0e commit cca352a
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@

setup(
name='spectrify',
version='1.0.0',
version='1.0.1',
description="Tools for working with Redshift Spectrum.",
long_description=readme + '\n\n' + history,
author="The Narrativ Company, Inc.",
2 changes: 1 addition & 1 deletion spectrify/__init__.py
Original file line number Diff line number Diff line change
@@ -4,4 +4,4 @@

__author__ = """The Narrativ Company, Inc."""
__email__ = '[email protected]'
__version__ = '1.0.0'
__version__ = '1.0.1'

0 comments on commit cca352a

Please sign in to comment.