From bf23730b71b188ff106a69d40d48dc2e2f5682d2 Mon Sep 17 00:00:00 2001 From: Alexander Berger Date: Tue, 28 May 2024 08:59:40 -0400 Subject: [PATCH] Updating version and ading to .gitignore --- .gitignore | 12 +++++++++--- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 97d4449..61a1fba 100644 --- a/.gitignore +++ b/.gitignore @@ -11,9 +11,15 @@ ORTHOLOGY-ALLIANCE_COMBINED.tsv fix.py map.py test.py -env.py +#env.py .gitignore __pycache__ flask/src/config.py -flask/alembic.ini -alembic.ini \ No newline at end of file +#flask/alembic.ini +#alembic.ini +*.tsv +*.tsv.gz +.python-version +.coverage +.idea +*.pdf diff --git a/pyproject.toml b/pyproject.toml index 9fdb0de..f034bf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geneweaver-aon" -version = "0.2.4" +version = "0.3.0" description = "A service to do Homology and Orthology mapping." authors = ["Sophie Kearney ", "Alexander Berger "] readme = "README.md"