diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4070a63b..aabe4d46 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2-dev0 +current_version = 1.0.2 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/VERSION b/VERSION index 036ee6ab..e6d5cb83 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2-dev0 \ No newline at end of file +1.0.2 \ No newline at end of file diff --git a/pyrates/__init__.py b/pyrates/__init__.py index 505ff4ba..ef763fb2 100755 --- a/pyrates/__init__.py +++ b/pyrates/__init__.py @@ -32,7 +32,7 @@ __author__ = "Richard Gast, Daniel Rose" __status__ = "Development" -__version__ = "1.0.2-dev0" +__version__ = "1.0.2" from pyrates.utility import integrate, grid_search, clear_frontend_caches, clear