Skip to content

Commit

Permalink
Updating version and ading to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bergsalex committed May 28, 2024
1 parent c3b40c5 commit bf23730
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
#flask/alembic.ini
#alembic.ini
*.tsv
*.tsv.gz
.python-version
.coverage
.idea
*.pdf
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <sophie_kearney1@baylor.edu>", "Alexander Berger <alexander.berger@jax.org>"]
readme = "README.md"
Expand Down

0 comments on commit bf23730

Please sign in to comment.