Skip to content

Commit

Permalink
Merge pull request #54 from fooelisa/rel-0.53
Browse files Browse the repository at this point in the history
Version 0.53
  • Loading branch information
mirceaulinic committed Apr 16, 2018
2 parents a60b550 + 04920fb commit 2bc1179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
with open("requirements.txt", "r") as fs:
reqs = [r for r in fs.read().splitlines() if (len(r) > 0 and not r.startswith("#"))]

version = '0.52'
version = '0.53'

setup(
name='pyIOSXR',
Expand Down

0 comments on commit 2bc1179

Please sign in to comment.