railtracks-cli 1.2.0__tar.gz → 1.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: railtracks-cli
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: railtracks - A Python development server with JSON API
5
5
  Author-email: Logan Underwood <logan@railtown.ai>, Levi Varsanyi <levi@railtown.ai>, Jaime Bueza <jaime@railtown.ai>, Amir Refaee <amir@railtown.ai>, Aryan Ballani <aryan@railtown.ai>, Tristan Brown <tristan@railtown.ai>
6
6
  Requires-Python: >=3.10
@@ -35,7 +35,7 @@ import uvicorn
35
35
  from fastapi import FastAPI
36
36
  from fastapi.responses import FileResponse, JSONResponse
37
37
 
38
- __version__ = "1.2.0"
38
+ __version__ = "1.2.1"
39
39
 
40
40
  # TODO: Once we are releasing to PyPi change this to the release asset instead
41
41
  latest_ui_url = "https://railtownazureb2c.blob.core.windows.net/cdn/rc-viz/latest.zip"
File without changes
File without changes