Skip to content

Commit

Permalink
add to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
milescsmith committed Jul 14, 2023
1 parent d3946fc commit 630f8d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -615,4 +615,4 @@ healthchecksdb
MigrationBackup/

# End of https://www.gitignore.io/api/osx,python,pycharm,windows,visualstudio,visualstudiocode
liftOverPlink27.py
tests/data/*
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "plinkliftover"
version = "0.4.0"
version = "0.4.1"
description = "Converts genotype data stored in plink's PED+MAP format from one genome build to another, using liftOver"
readme = "README.md"
keywords = []
Expand Down Expand Up @@ -52,6 +52,8 @@ dev = [
"pytest ==7.4.0",
"pyupgrade ==3.9.0",
"safety ==2.3.4",
"twine ==4.0.2",
"build ==0.10.0",
]

[tool.isort]
Expand Down

0 comments on commit 630f8d5

Please sign in to comment.