autoverse-cli 0.1.0__py3-none-any.whl → 0.2.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autoverse-cli
3
- Version: 0.1.0
3
+ Version: 0.2.0
4
4
  Summary: The Autoverse CLI
5
5
  Author-email: Dan Kamrath <dan.kamrath@autonomalabs.com>
6
6
  License: # End-User License Agreement (EULA) of the Autonoma AutoVerse CLI
@@ -1,5 +1,5 @@
1
1
  avrs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- avrs/app_version.py,sha256=IMNk3KcKKU_iCO3_a4aH4CJfsV65qWg4IeipZY8u8Kg,855
2
+ avrs/app_version.py,sha256=G1Jjc1SEfWIpkPHkYsXEUSdc_zT9r_EDSfXBnMk64S0,855
3
3
  avrs/avrs.py,sha256=zkpQRKRFdhN6rmdRGQDPIU6vA5DSH8GZmmEm_w1y3Ro,1655
4
4
  avrs/cfg.py,sha256=9NBtPrJjVN7gj_vxlvO4wOEx3OFw4d2qQgLIVLiccD0,701
5
5
  avrs/launcher.py,sha256=PndqVBIswgh7fAUj8_5v3zUPq035Ats88GAv9p3z3c8,7244
@@ -17,9 +17,9 @@ avrs/requests/reset_to_track.py,sha256=lSd2YavBxDV_hQMhVoi08_TpTFEq7G2MA18xosFYa
17
17
  avrs/requests/restart.py,sha256=ih5mnWiU34q3-xhOth45CtOUXxKI0PoMDCnFJV0JbwE,415
18
18
  avrs/requests/teleport.py,sha256=Y0pAQ4DjqtWTkr_E1QDvvl22EiTpoA4u69dhks0qcZw,825
19
19
  avrs/requests/vd.py,sha256=ZF00jJ0VUVPwnLABp_LiDg3UDC4kvxeLg1dqh7wJrzQ,1414
20
- autoverse_cli-0.1.0.dist-info/LICENSE,sha256=d4eWXho-u18HkBsX4K21uHX_bBb2UXZSrJdsb7Z_JlM,2647
21
- autoverse_cli-0.1.0.dist-info/METADATA,sha256=9cFqdZUtM2wyuces-IP1euA035ZGB_tUImoXsxTyDDs,3296
22
- autoverse_cli-0.1.0.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
23
- autoverse_cli-0.1.0.dist-info/entry_points.txt,sha256=Cb9qsUyU5AKkklehCcvtfT0-N3SXbUEqvjze4iEU5kE,40
24
- autoverse_cli-0.1.0.dist-info/top_level.txt,sha256=-AJO2e4MCVej6hY0U84pu5NfMeMW5qaAPSMisDT5rmA,5
25
- autoverse_cli-0.1.0.dist-info/RECORD,,
20
+ autoverse_cli-0.2.0.dist-info/LICENSE,sha256=d4eWXho-u18HkBsX4K21uHX_bBb2UXZSrJdsb7Z_JlM,2647
21
+ autoverse_cli-0.2.0.dist-info/METADATA,sha256=s-oB448Lq727FgKOSc7bm6mOzmOXwZamJWxkL9D3lEA,3296
22
+ autoverse_cli-0.2.0.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
23
+ autoverse_cli-0.2.0.dist-info/entry_points.txt,sha256=Cb9qsUyU5AKkklehCcvtfT0-N3SXbUEqvjze4iEU5kE,40
24
+ autoverse_cli-0.2.0.dist-info/top_level.txt,sha256=-AJO2e4MCVej6hY0U84pu5NfMeMW5qaAPSMisDT5rmA,5
25
+ autoverse_cli-0.2.0.dist-info/RECORD,,
avrs/app_version.py CHANGED
@@ -2,7 +2,7 @@ import http.client
2
2
  import json
3
3
 
4
4
  def get_app_version():
5
- return '0.1.0'
5
+ return '0.2.0'
6
6
 
7
7
  def check_app_is_latest():
8
8
  pass