We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rom __future__ import absolute_import
1 parent bdf32f7 commit a80176fCopy full SHA for a80176f
screepsapi/__init__.py
@@ -1,3 +1,4 @@
1
+from __future__ import absolute_import
2
from screepsapi.screepsapi import *
3
__all__ = ['API', 'Socket']
4
setup.py
@@ -8,7 +8,7 @@
8
long_description = open('README.md').read()
9
10
11
-version = '0.4.1'
+version = '0.4.2'
12
setup(
13
name = 'screepsapi',
14
version = version,
0 commit comments