Skip to content

Commit

Permalink
Bump to v12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agricolab committed Nov 1, 2021
1 parent 1f50e1c commit d2e3f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dimep/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.2.0"
version = "12.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
with (this_directory / "requirements.txt").open() as f:
install_requires = f.readlines()

version = "0.2"
version = "12.1"


print(version)
Expand Down

0 comments on commit d2e3f88

Please sign in to comment.