10000 release added · NickNgHK/robotics-toolbox-python@36e9dbb · GitHub
[go: up one dir, main page]

Skip to content

Commit 36e9dbb

Browse files
committed
release added
1 parent 74d3928 commit 36e9dbb

File tree

10000

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

RELEASE

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
4040
long_description = f.read()
4141

42-
# Get the release/version string
43-
with open(path.join(here, 'RELEASE'), encoding='utf-8') as f:
44-
release = f.read()
45-
4642

4743
def package_files(directory):
4844
paths = []
@@ -64,7 +60,7 @@ def package_files(directory):
6460
setup(
6561
name='roboticstoolbox',
6662

67-
version=release,
63+
version='0.6.0',
6864

6965
description='A Python library for robotic education and research',
7066

0 commit comments

Comments
 (0)
0