Skip to content

Commit c11ca09

Browse files
committed
release: 0.5.2
- Fix unbound variable error
1 parent d412f56 commit c11ca09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charachorder/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__author__ = "GetPsyched"
1414
__license__ = "MIT"
1515
__copyright__ = "Copyright 2023-present CharaChorder"
16-
__version__ = "0.5.1"
16+
__version__ = "0.5.2"
1717

1818
from .device import *
1919
from .errors import *

docs/src/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Simply copy this derivation into your project and call it using `python3Packages
3737
3838
buildPythonPackage {
3939
pname = "charachorder.py";
40-
version = "0.5.1";
40+
version = "0.5.2";
4141
format = "setuptools";
4242
4343
disabled = pythonOlder "3.9";

package.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
buildPythonPackage {
1010
pname = "charachorder.py";
11-
version = "0.5.1";
11+
version = "0.5.2";
1212
format = "setuptools";
1313

1414
disabled = pythonOlder "3.9";

0 commit comments

Comments
 (0)