Skip to content

Commit

Permalink
Merge pull request #21 from arvkevi/release/v0.0.5
Browse files Browse the repository at this point in the history
Support Python 3.7 and bump version
  • Loading branch information
arvkevi authored Oct 4, 2021
2 parents 3f8d4be + afb93c4 commit d964da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ezancestry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A Python package to easily predict genetic ancestry"""

__project__ = "ezancestry"
__version__ = "0.0.4"
__version__ = "0.0.5"


super_pop_codes = {
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ezancestry"
version = "0.0.4"
version = "0.0.5"
description = "Easily predict and visualize genetic ancestry. Evaluate custom ancestry-informative SNP sets."
authors = ["arvkevi <[email protected]>"]
license = "MIT"
Expand All @@ -14,7 +14,7 @@ readme = "README.md"
ezancestry = "ezancestry.commands:app"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.7.1,<3.11"
cmake = "^3.21.2"
cyvcf2 = "^0.30.11"
loguru = "^0.5.3"
Expand Down

0 comments on commit d964da3

Please sign in to comment.