diff --git a/charachorder/__init__.py b/charachorder/__init__.py index fc0b405..3bbe5ab 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.3" +__version__ = "0.3.0" from .device import * from .errors import * diff --git a/docs/src/installation.md b/docs/src/installation.md index 4cc6495..f72572d 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.3"; + version = "0.3.0"; format = "setuptools"; disabled = pythonOlder "3.8"; diff --git a/package.nix b/package.nix index c02a1c4..f4336ea 100644 --- a/package.nix +++ b/package.nix @@ -2,7 +2,7 @@ buildPythonPackage rec { pname = "charachorder.py"; - version = "0.2.3"; + version = "0.3.0"; format = "setuptools"; disabled = pythonOlder "3.8";