From fc278913e881d5f2cc395f3f262307e63821e925 Mon Sep 17 00:00:00 2001 From: martindevora Date: Fri, 1 Nov 2024 16:51:46 +0000 Subject: [PATCH] Preparing release 0.12.6 --- requirements.txt | 6 +++--- setup.py | 2 +- watson/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5b58c63..35a8933 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 @@ -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 diff --git a/setup.py b/setup.py index ec82883..96baf14 100644 --- a/setup.py +++ b/setup.py @@ -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, diff --git a/watson/__init__.py b/watson/__init__.py index d0688f1..a71d0ce 100644 --- a/watson/__init__.py +++ b/watson/__init__.py @@ -1 +1 @@ -__version__ = "0.12.5" \ No newline at end of file +__version__ = "0.12.6" \ No newline at end of file