Skip to content

Commit

Permalink
Merge pull request #17 from greglucas/v0.2
Browse files Browse the repository at this point in the history
REL: Updating release version numbers to 0.2.0
  • Loading branch information
greglucas authored Jul 15, 2021
2 parents 73ec40c + b652ee2 commit cd4675d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pysecs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .secs import *
__all__ = ["SECS"]
__version__ = '0.1.1'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def run(self):
# Where the magic happens:
setup(
name=NAME,
version='0.1.1',
version='0.2.0',
description=DESCRIPTION,
long_description=long_description,
author=AUTHOR,
Expand Down

0 comments on commit cd4675d

Please sign in to comment.