diff --git a/requirements.txt b/requirements.txt index 59b04e2..fa93a2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 4870ba2..f5efdd1 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.0" +version = "0.12.1" setuptools.setup( name="dearwatson", # Replace with your own username version=version, diff --git a/watson/__init__.py b/watson/__init__.py index 7ff9620..28a8020 100644 --- a/watson/__init__.py +++ b/watson/__init__.py @@ -1 +1 @@ -__version__ = "0.12.0" \ No newline at end of file +__version__ = "0.12.1" \ No newline at end of file