Skip to content

Commit

Permalink
bump: update version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dwpeng committed Jan 9, 2025
1 parent 513960b commit 385cd1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fastseqio"
version = "0.0.6"
version = "0.0.7"
description = "A package for reading and writing fasta/fastq files"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def copy_file(src, dst):

setuptools.setup(
name="fastseqio",
version="0.0.6",
version="0.0.7",
author="dwpeng",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit 385cd1a

Please sign in to comment.