From bf14b7f1992669ef91cd1df4885f950af5dc09f7 Mon Sep 17 00:00:00 2001 From: GetPsyched Date: Fri, 29 Dec 2023 15:48:44 +0530 Subject: [PATCH] release: 0.2.3 --- charachorder/__init__.py | 2 +- docs/src/installation.md | 2 +- package.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 7810810..52ccb5a 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"; - version = "0.2.2"; + version = "0.2.3"; format = "setuptools"; disabled = pythonOlder "3.8"; diff --git a/package.nix b/package.nix index 404073a..686a0a8 100644 --- a/package.nix +++ b/package.nix @@ -2,7 +2,7 @@ buildPythonPackage rec { pname = "charachorder"; - version = "0.2.2"; + version = "0.2.3"; format = "setuptools"; disabled = pythonOlder "3.8";