Skip to content

Commit c602b45

Browse files
committed
release: 0.6.0
- Add CC2 support
1 parent 5dd23c6 commit c602b45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charachorder/__init__.py

Lines changed: 1 addition & 1 deletion
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.2"
16+
__version__ = "0.6.0"
1717

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

docs/src/installation.md

Lines changed: 1 addition & 1 deletion
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.2";
40+
version = "0.6.0";
4141
format = "setuptools";
4242
4343
disabled = pythonOlder "3.9";

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

1414
disabled = pythonOlder "3.9";

0 commit comments

Comments
 (0)