v0.3.0-alpha

This commit is contained in:
2025-02-21 18:05:40 +03:00
parent 4eeb4eb182
commit 76c18ddbff
4 changed files with 2 additions and 17 deletions
+1 -16
View File
@@ -1,21 +1,6 @@
.venv
.idea
argenta/router/__pycache__/
argenta/app/__pycache__/
argenta/__pycache__/
argenta/command/__pycache__
argenta/command/params/__pycache__
argenta/command/params/flag/__pycache__
argenta/command/params/flag/flags_group/__pycache__
argenta/command/params/flag/input_flag/__pycache__
dist
poetry.lock
tests/__pycache__
tests/mock_default_app/handlers/__pycache__/
tests/mock_default_app/__pycache__/
tests/mock_app/local_data_func/__pycache__/
tests/mock_app/handlers/handlers_implementation/__pycache__/
tests/mock_app/handlers/__pycache__/
tests/mock_app/business_logic/__pycache__/
tests/mock_app/__pycache__/
*__pycache__/
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "argenta"
version = "0.2.2"
version = "0.3.0-alpha"
description = "python library for creating custom shells"
authors = [
{name = "kolo",email = "kolo.is.main@gmail.com"}