Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GetPsyched committed Jan 16, 2024
1 parent 8be3ee1 commit 3745d49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charachorder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildPythonPackage rec {
pname = "charachorder.py";
version = "0.2.3";
version = "0.3.0";
format = "setuptools";

disabled = pythonOlder "3.8";
Expand Down

0 comments on commit 3745d49

Please sign in to comment.