Skip to content

Commit

Permalink
Bumped version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed May 9, 2020
1 parent 938ac25 commit b9d5838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sundial/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__all__ = ['VERSION', '__version__']

VERSION = (1, 0, 7, 'alpha', 0)
VERSION = (1, 1, 0, 'final', 0)

__version__ = version.get_version(VERSION)

0 comments on commit b9d5838

Please sign in to comment.