Skip to content

Commit 9fe3037

Browse files
committed
v5.0.0
1 parent 5429229 commit 9fe3037

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

readme.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Install:
2+
3+
```
4+
pip install pyradox-txt-parser
5+
```
6+
17
Requires:
28
* Unicode-default Python. This includes the default CPython 3, IronPython, and probably Jython, but NOT the default CPython 2.
39
* pyradox.worldmap requires PIL (or Pillow).

src/pyradox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '5.0.0a2'
1+
__version__ = '5.0.0'
22

33
from pyradox.datatype import Color, Time, Tree
44
from pyradox.filetype import csv, json, table, txt, yml

0 commit comments

Comments
 (0)