10000
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.
1 parent 74d3928 commit 36e9dbbCopy full SHA for 36e9dbb
RELEASE
setup.py
@@ -39,10 +39,6 @@
39
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
40
long_description = f.read()
41
42
-# Get the release/version string
43
-with open(path.join(here, 'RELEASE'), encoding='utf-8') as f:
44
- release = f.read()
45
-
46
47
def package_files(directory):
48
paths = []
@@ -64,7 +60,7 @@ def package_files(directory):
64
60
setup(
65
61
name='roboticstoolbox',
66
62
67
- version=release,
63
+ version='0.6.0',
68
69
description='A Python library for robotic education and research',
70
0 commit comments