Skip to content

Commit

Permalink
Preparing release 0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevora committed Nov 1, 2024
1 parent fca9fa9 commit fc27891
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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.3
cycler==0.12.1
Cython==3.0.6
dearwatson==0.12.5
dearwatson==0.12.6
Deprecated==1.2.14
distro==1.9.0
dm-tree==0.1.8
Expand Down Expand Up @@ -143,7 +143,7 @@ regex==2024.9.11
reportlab==4.0.7
requests==2.32.3
requests-oauthlib==2.0.0
rich==13.9.3
rich==13.9.4
rsa==4.9
ruamel.yaml==0.17.32
ruamel.yaml.clib==0.2.12
Expand Down Expand Up @@ -183,7 +183,7 @@ typing_extensions==4.7.1
uncertainties==3.2.2
urllib3==2.2.3
webencodings==0.5.1
Werkzeug==3.1.0
Werkzeug==3.1.1
wheel==0.44.0
wotan==1.9
wrapt==1.14.1
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.5"
version = "0.12.6"
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.5"
__version__ = "0.12.6"

0 comments on commit fc27891

Please sign in to comment.