Skip to content

Commit 255c627

Browse files
committed
update to v1.0.1 for documentation and setup changes
1 parent 7b76286 commit 255c627

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

IHSBotballKit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from IHSBotballKit import create_extras
1212
from IHSBotballKit import motors_extras
1313

14-
__version__ = "1.0.0"
14+
__version__ = "1.0.1"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
setup(
77
name = 'IHSBotballKit',
88
packages = ['IHSBotballKit'],
9-
version = '1.0.0',
9+
version = '1.0.1',
1010
license='GPL-3.0',
1111
description = 'An object-oriented wrapper for the KIPR Botball library with additional functionalities.',
1212
long_description_content_type="text/markdown",
1313
long_description=long_description,
1414
author = 'snow4060',
1515
author_email = '[email protected]',
1616
url = 'https://github.com/snow4060',
17-
download_url = 'https://github.com/ihsrobotics/IHSBotballKit/archive/refs/tags/1.0.0.tar.gz',
17+
download_url = 'https://github.com/ihsrobotics/IHSBotballKit/archive/refs/tags/1.0.1.tar.gz',
1818
keywords = ['KIPR', 'BOTBALL', 'WOMBAT', 'LIBKIPR', 'LIBWALLABY'],
1919
install_requires=[
2020
'numpy',

0 commit comments

Comments
 (0)