Skip to content

Commit

Permalink
Update version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Jun 19, 2024
1 parent 61dfd3f commit d23c256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pandas_plink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from ._testit import test
from ._write import write_plink1_bin

__version__ = "2.3.0"
__version__ = "2.3.1"


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pandas-plink"
version = "2.3.0"
version = "2.3.1"
description = "Read PLINK files into Pandas data frames"
license = "MIT"
authors = ["Danilo Horta <danilo.horta@pm.me>"]
Expand Down

0 comments on commit d23c256

Please sign in to comment.