Skip to content

Commit 91ebcf8

Browse files
committed
Update to v2.2.3
1 parent 053e837 commit 91ebcf8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jajucha/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
image_port = 11205
77
address = (server_ip, command_port)
88
image_address = (server_ip, image_port)
9-
version = "2.2.2"
9+
version = "2.2.3"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
setuptools.setup(
77
name='jajucha',
88
packages=setuptools.find_packages(),
9-
version='2.2.2',
9+
version='2.2.3',
1010
license='MIT',
1111
description='Controller Library for jajucha, a model car for autonomous driving education.',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
1414
author='Sanggyu Lee',
1515
author_email='sanggyu523@naver.com',
1616
url='https://github.com/gyusang/jajucha',
17-
download_url='https://github.com/gyusang/jajucha/archive/v_2_2_2.tar.gz',
17+
download_url='https://github.com/gyusang/jajucha/archive/v_2_2_3.tar.gz',
1818
project_urls={
1919
'Source': 'https://github.com/gyusang/jajucha',
2020
'Report Bugs': 'https://github.com/gyusang/jajucha/issues'

0 commit comments

Comments
 (0)