diff --git a/.gitignore b/.gitignore index 8cd22e2..ff7cece 100644 --- a/.gitignore +++ b/.gitignore @@ -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__/ diff --git a/argenta/command/input_comand/__pycache__/entity.cpython-313.pyc b/argenta/command/input_comand/__pycache__/entity.cpython-313.pyc index 58befab..19fdb28 100644 Binary files a/argenta/command/input_comand/__pycache__/entity.cpython-313.pyc and b/argenta/command/input_comand/__pycache__/entity.cpython-313.pyc differ diff --git a/argenta/command/input_comand/__pycache__/exceptions.cpython-313.pyc b/argenta/command/input_comand/__pycache__/exceptions.cpython-313.pyc index cff9045..67bb8db 100644 Binary files a/argenta/command/input_comand/__pycache__/exceptions.cpython-313.pyc and b/argenta/command/input_comand/__pycache__/exceptions.cpython-313.pyc differ diff --git a/pyproject.toml b/pyproject.toml index 6cb5bc0..edd3b38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}