Skip to content

Commit

Permalink
update to v1.0.1 for documentation and setup changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snow4060 committed Jun 27, 2024
1 parent 7b76286 commit 255c627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IHSBotballKit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from IHSBotballKit import create_extras
from IHSBotballKit import motors_extras

__version__ = "1.0.0"
__version__ = "1.0.1"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
setup(
name = 'IHSBotballKit',
packages = ['IHSBotballKit'],
version = '1.0.0',
version = '1.0.1',
license='GPL-3.0',
description = 'An object-oriented wrapper for the KIPR Botball library with additional functionalities.',
long_description_content_type="text/markdown",
long_description=long_description,
author = 'snow4060',
author_email = 'haoyun807963@gmail.com',
url = 'https://github.com/snow4060',
download_url = 'https://github.com/ihsrobotics/IHSBotballKit/archive/refs/tags/1.0.0.tar.gz',
download_url = 'https://github.com/ihsrobotics/IHSBotballKit/archive/refs/tags/1.0.1.tar.gz',
keywords = ['KIPR', 'BOTBALL', 'WOMBAT', 'LIBKIPR', 'LIBWALLABY'],
install_requires=[
'numpy',
Expand Down

0 comments on commit 255c627

Please sign in to comment.