Skip to content

Commit fc27891

Browse files
committed
Preparing release 0.12.6
1 parent fca9fa9 commit fc27891

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ corner==2.2.2
2222
cryptography==43.0.3
2323
cycler==0.12.1
2424
Cython==3.0.6
25-
dearwatson==0.12.5
25+
dearwatson==0.12.6
2626
Deprecated==1.2.14
2727
distro==1.9.0
2828
dm-tree==0.1.8
@@ -143,7 +143,7 @@ regex==2024.9.11
143143
reportlab==4.0.7
144144
requests==2.32.3
145145
requests-oauthlib==2.0.0
146-
rich==13.9.3
146+
rich==13.9.4
147147
rsa==4.9
148148
ruamel.yaml==0.17.32
149149
ruamel.yaml.clib==0.2.12
@@ -183,7 +183,7 @@ typing_extensions==4.7.1
183183
uncertainties==3.2.2
184184
urllib3==2.2.3
185185
webencodings==0.5.1
186-
Werkzeug==3.1.0
186+
Werkzeug==3.1.1
187187
wheel==0.44.0
188188
wotan==1.9
189189
wrapt==1.14.1

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.5"
6+
version = "0.12.6"
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.5"
1+
__version__ = "0.12.6"

0 commit comments

Comments
 (0)