File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313__author__ = "GetPsyched"
1414__license__ = "MIT"
1515__copyright__ = "Copyright 2023-present CharaChorder"
16- __version__ = "0.5.2 "
16+ __version__ = "0.6.0 "
1717
1818from .device import *
1919from .errors import *
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Simply copy this derivation into your project and call it using `python3Packages
3737
3838buildPythonPackage {
3939 pname = "charachorder.py";
40- version = "0.5.2 ";
40+ version = "0.6.0 ";
4141 format = "setuptools";
4242
4343 disabled = pythonOlder "3.9";
Original file line number Diff line number Diff line change 88
99buildPythonPackage {
1010 pname = "charachorder.py" ;
11- version = "0.5.2 " ;
11+ version = "0.6.0 " ;
1212 format = "setuptools" ;
1313
1414 disabled = pythonOlder "3.9" ;
You can’t perform that action at this time.
0 commit comments