We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c426217 commit dc94e24Copy full SHA for dc94e24
1 file changed
setup.py
@@ -4,11 +4,10 @@
4
long_description = fh.read()
5
6
setup(name='benchbot_api',
7
- version='1.1.0',
+ version='2.0.0',
8
author='Ben Talbot',
9
author_email='b.talbot@qut.edu.au',
10
- description=
11
- 'The BenchBot API for use with the ACRV Scene Understanding Challenge',
+ description='The BenchBot API for use with the BenchBot software stack',
12
long_description=long_description,
13
long_description_content_type='text/markdown',
14
packages=find_packages(),
0 commit comments