Skip to content

Commit 70cbb60

Browse files
committed
Preparing release 0.12.1
1 parent 8330732 commit 70cbb60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ corner==2.2.2
2222
cryptography==43.0.1
2323
cycler==0.12.1
2424
Cython==3.0.6
25-
dearwatson==0.12.0
25+
dearwatson==0.12.1
2626
Deprecated==1.2.14
2727
distro==1.9.0
2828
dm-tree==0.1.8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

6-
version = "0.12.0"
6+
version = "0.12.1"
77
setuptools.setup(
88
name="dearwatson", # Replace with your own username
99
version=version,

watson/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.12.0"
1+
__version__ = "0.12.1"

0 commit comments

Comments
 (0)