Skip to content

Commit

Permalink
Bump version: 1.0.5-dev0 → 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Richert committed Mar 31, 2024
1 parent 0452910 commit c53db85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.5-dev0
current_version = 1.0.5
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.5-dev0
1.0.5
2 changes: 1 addition & 1 deletion pyrates/__init__.py
Expand Up @@ -32,7 +32,7 @@

__author__ = "Richard Gast, Daniel Rose"
__status__ = "Development"
__version__ = "1.0.5-dev0"
__version__ = "1.0.5"


from pyrates.utility import integrate, grid_search, clear_frontend_caches, clear
Expand Down

0 comments on commit c53db85

Please sign in to comment.