Skip to content

Commit

Permalink
righ version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcYin committed Jan 25, 2019
1 parent 5ce0d3d commit 0136b83
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 @@ -4,7 +4,7 @@
try:
version = os.environ['SIAC_VERSION']
except:
version = '2.1.1'
version = '2.1.2'

with open('README.md', 'rb') as f:
readme = f.read().decode()
Expand Down

0 comments on commit 0136b83

Please sign in to comment.