Skip to content

Commit

Permalink
bump version number to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz committed Dec 17, 2018
1 parent 2cf1ec2 commit c5e29d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pybeerxml

# circleci.py version
VERSION = "1.0.4"
VERSION = "1.0.5"

def readme():
"""print long description"""
Expand Down Expand Up @@ -66,4 +66,4 @@ def run_tests(self):
extras_require={
'testing': ['pytest'],
}
)
)

0 comments on commit c5e29d0

Please sign in to comment.