Skip to content

Commit e3abf23

Browse files
author
ribx
authored
Update setup.py
1 parent 0e680aa commit e3abf23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from setuptools import setup
22

3-
from .version import __version__
4-
53
def long_description():
64
descr = open('README.rst', 'r').read()
75

@@ -14,7 +12,7 @@ def long_description():
1412

1513
setup(
1614
name='peewee-mssql',
17-
version=__version__,
15+
version='0.1.1',
1816
url='https://github.com/cour4g3/peewee-mssql',
1917
license='MIT',
2018
author='Michael de Villiers',

0 commit comments

Comments
 (0)