Skip to content

Commit 1bbbc21

Browse files
committed
Fixed version and url in setup.py
1 parent 59cf7ec commit 1bbbc21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fedex_python/python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
from distutils.core import setup
3535

3636
setup(name='SCL',
37-
version='0.4',
37+
version='0.5',
3838
description='Python STEP Class Library',
3939
author='Thomas Paviot',
4040
author_email='tpaviot@gmail.com',
41-
url='http://www.python.org/sigs/distutils-sig/',
41+
url='https://github.com/mpictor/StepClassLibrary',
4242
packages=['SCL'],
4343
)

0 commit comments

Comments
 (0)