Skip to content

Commit e226a19

Browse files
committed
Remove import that caused the install to fail. Also bump the version before I forget.
1 parent f755f99 commit e226a19

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

sc2reader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"""
1919
from __future__ import absolute_import
2020

21-
__version__ = '0.3.2'
21+
__version__ = '0.3.3'
2222

2323

2424
#System imports

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
import setuptools, sys
2-
from sc2reader import __version__ as version
32

43
setuptools.setup(
54
name="sc2reader",
6-
version=version,
5+
version='0.3.3',
76
license="MIT",
8-
7+
98
author="Graylin Kim",
109
author_email="[email protected]",
1110
url="https://github.com/GraylinKim/sc2reader",
12-
11+
1312
description="Utility for parsing Starcraft II replay files",
1413
long_description=open("README.txt").read(),
1514
keywords=["starcraft 2","sc2","parser","replay"],

0 commit comments

Comments
 (0)