diff --git a/synthemol/_version.py b/synthemol/_version.py index add938a..9f4d921 100644 --- a/synthemol/_version.py +++ b/synthemol/_version.py @@ -1,6 +1,6 @@ """Contains the version information for synthemol.""" # major, minor, patch -version_info = 1, 0, 0 +version_info = 1, 0, 1 # Nice string for the version __version__ = '.'.join(map(str, version_info))