Skip to content
This repository was archived by the owner on Nov 18, 2019. It is now read-only.

Commit 972642b

Browse files
Updates version to 0.2.1
1 parent ed298ad commit 972642b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import os
22
from setuptools import find_packages, setup
33

4-
54
# allow setup.py to be run from any path
65
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
76

87
setup(
98
name='playstats',
10-
version='0.2',
9+
version='0.2.1',
1110
packages=find_packages(),
1211
include_package_data=True,
1312
license='BSD License',

0 commit comments

Comments
 (0)