diff --git a/docs/changelog.rst b/docs/changelog.rst index 3fdd019..022b185 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,7 +3,7 @@ Changelog ========= -v1.1.0 (Development) +v1.1.0 (January 5, 2018) ----------------------- New Features diff --git a/setup.py b/setup.py index 34811ff..9754826 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,8 @@ sys.dont_write_bytecode = False NAME = "msmexplorer" -VERSION = "1.1.0dev0" -ISRELEASED = False +VERSION = "1.1.0" +ISRELEASED = True __version__ = VERSION