Skip to content

Commit

Permalink
Bump version: 3.0.0 → 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Parker committed Nov 26, 2019
1 parent 1c80d66 commit 7d94c3d
Show file tree
Hide file tree
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 = 3.0.0
current_version = 3.0.1
commit = True
tag = True

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

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

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

0 comments on commit 7d94c3d

Please sign in to comment.