setta 0.0.3.dev0__py3-none-any.whl → 0.0.3.dev2__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- setta/__init__.py +1 -1
- setta/static/constants/defaultValues.json +2 -1
- setta/static/frontend/assets/{index-36d99fbc.js → index-e133a6dc.js} +157 -157
- setta/static/frontend/index.html +1 -1
- setta/terminals/terminals.py +7 -6
- setta/utils/constants.py +1 -0
- {setta-0.0.3.dev0.dist-info → setta-0.0.3.dev2.dist-info}/METADATA +1 -1
- {setta-0.0.3.dev0.dist-info → setta-0.0.3.dev2.dist-info}/RECORD +12 -12
- {setta-0.0.3.dev0.dist-info → setta-0.0.3.dev2.dist-info}/LICENSE +0 -0
- {setta-0.0.3.dev0.dist-info → setta-0.0.3.dev2.dist-info}/WHEEL +0 -0
- {setta-0.0.3.dev0.dist-info → setta-0.0.3.dev2.dist-info}/entry_points.txt +0 -0
- {setta-0.0.3.dev0.dist-info → setta-0.0.3.dev2.dist-info}/top_level.txt +0 -0
setta/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.0.3.
|
1
|
+
__version__ = "0.0.3.dev2"
|