Skip to content

Commit c4c93bd

Browse files
authored
Merge pull request #23 from arvkevi/release/v0.0.6
bump version
2 parents b6aa35f + 837d78f commit c4c93bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ezancestry/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""A Python package to easily predict genetic ancestry"""
22

33
__project__ = "ezancestry"
4-
__version__ = "0.0.5"
4+
__version__ = "0.0.6"
55

66

77
super_pop_codes = {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ezancestry"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "Easily predict and visualize genetic ancestry. Evaluate custom ancestry-informative SNP sets."
55
authors = ["arvkevi <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)