diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c7540f9..7200908 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.2 +current_version = 2.0.4 commit = True tag = True tag_name = v{new_version} diff --git a/genotype_api/__init__.py b/genotype_api/__init__.py index 0309ae2..f6bb6f4 100644 --- a/genotype_api/__init__.py +++ b/genotype_api/__init__.py @@ -1 +1 @@ -__version__ = "2.0.2" +__version__ = "2.0.4" diff --git a/requirements.txt b/requirements.txt index d268008..c32a2ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,22 +1,24 @@ +SQLAlchemy==1.4.30 +aiofiles +bcrypt +bump2version click -pyyaml coloredlogs -bump2version -pymysql -sqlmodel -openpyxl -SQLAlchemy==1.4.30 - -# server stuff -passlib +email-validator fastapi==0.75.0 -uvicorn -uvloop -httptools +google-auth gunicorn -python-jose[cryptography] -bcrypt +httptools numpy -aiofiles +openpyxl +passlib +pydantic==1.10.14 +pymysql python-dotenv -google-auth +python-jose[cryptography] +python-multipart +pyyaml +requests +sqlmodel +uvicorn +uvloop diff --git a/setup.py b/setup.py index 9f1ea87..1619136 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="genotype_api", - version="2.0.2", + version="2.0.4", description="", long_description=long_description, long_description_content_type="text/markdown",