Skip to content

Commit

Permalink
Bump versions (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Jul 25, 2022
1 parent d44a7a2 commit dc4bff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"version": "3.0.2",
"version": "3.1.0",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion mamba_gator/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (5, 1, 2)
version_info = (5, 2, 0)
__version__ = ".".join(map(str, version_info)) + ""

0 comments on commit dc4bff8

Please sign in to comment.