Skip to content

Commit

Permalink
Preparing release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevora committed Sep 17, 2024
1 parent 8330732 commit 70cbb60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ corner==2.2.2
cryptography==43.0.1
cycler==0.12.1
Cython==3.0.6
dearwatson==0.12.0
dearwatson==0.12.1
Deprecated==1.2.14
distro==1.9.0
dm-tree==0.1.8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

version = "0.12.0"
version = "0.12.1"
setuptools.setup(
name="dearwatson", # Replace with your own username
version=version,
Expand Down
2 changes: 1 addition & 1 deletion watson/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.0"
__version__ = "0.12.1"

0 comments on commit 70cbb60

Please sign in to comment.