File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
__author__ = "GetPsyched"
14
14
__license__ = "MIT"
15
15
__copyright__ = "Copyright 2023-present CharaChorder"
16
- __version__ = "0.5.1 "
16
+ __version__ = "0.5.2 "
17
17
18
18
from .device import *
19
19
from .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
37
37
38
38
buildPythonPackage {
39
39
pname = "charachorder.py";
40
- version = "0.5.1 ";
40
+ version = "0.5.2 ";
41
41
format = "setuptools";
42
42
43
43
disabled = pythonOlder "3.9";
Original file line number Diff line number Diff line change 8
8
9
9
buildPythonPackage {
10
10
pname = "charachorder.py" ;
11
- version = "0.5.1 " ;
11
+ version = "0.5.2 " ;
12
12
format = "setuptools" ;
13
13
14
14
disabled = pythonOlder "3.9" ;
You can’t perform that action at this time.
0 commit comments