Skip to content

Commit 8aa8e5f

Browse files
committed
Update pip release files for 0.1.3.
1 parent 2d4c6e8 commit 8aa8e5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
v0.1.0, 2018-03-06 -- Initial release.
22
v0.1.1, 2018-03-06 -- GPL added to setup.py License field.
33
v0.1.2, 2018-03-06 -- Name changed to lowercase, added rawdatarinator module.
4+
v0.1.3, 2018-03-06 -- Modules now import correctly in python3.

setup.py

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

44
setup(
55
name='rawdatarinator',
6-
version='0.1.2',
6+
version='0.1.3',
77
author='Nicholas McKibben',
88
author_email='[email protected]',
99
packages=find_packages(exclude=['test-data']),

0 commit comments

Comments
 (0)