File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66image_port = 11205
77address = (server_ip , command_port )
88image_address = (server_ip , image_port )
9- version = "2.2.2 "
9+ version = "2.2.3 "
Original file line number Diff line number Diff line change 66setuptools .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'
You can’t perform that action at this time.
0 commit comments