diff --git a/charachorder/__init__.py b/charachorder/__init__.py index 09ffcac..fc0b405 100644 --- a/charachorder/__init__.py +++ b/charachorder/__init__.py @@ -13,7 +13,7 @@ __author__ = "GetPsyched" __license__ = "MIT" __copyright__ = "Copyright 2023-present GetPsyched" -__version__ = "0.2.2" +__version__ = "0.2.3" from .device import * from .errors import * diff --git a/docs/src/installation.md b/docs/src/installation.md index 3022c03..5be7be4 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -37,7 +37,7 @@ Simply copy this derivation into your project and call it using `python3Packages buildPythonPackage rec { pname = "charachorder.py"; - version = "0.2.2"; + version = "0.2.3"; format = "setuptools"; disabled = pythonOlder "3.8"; diff --git a/package.nix b/package.nix index 546d97f..8d4828a 100644 --- a/package.nix +++ b/package.nix @@ -2,7 +2,7 @@ buildPythonPackage rec { pname = "charachorder.py"; - version = "0.2.2"; + version = "0.2.3"; format = "setuptools"; disabled = pythonOlder "3.8";