Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wpwupingwp committed Oct 4, 2024
1 parent 3d6e156 commit 9c03f72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "OGU"
version = "1.996"
version = "1.998"
description = "Organelle Genome Utilities"
keywords = ['plastid', 'mitochondria', 'organelle genome', 'analysis',
'Bioinformatics']
Expand All @@ -13,13 +13,13 @@ maintainers = [
dependencies = [
"biopython==1.82",
"certifi>=2024.6.2",
"colorama>=0.4.6",
"coloredlogs>=10.0",
"matplotlib>=3.0.0",
"numpy<2.0",
"primer3-py==2.0.2",
"pandas>=2.1.4",
"pycirclize>=1.7.1",
"colorama>=0.4.6",
]
requires-python = ">=3.9"
readme = "README.md"
Expand Down Expand Up @@ -49,5 +49,5 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = ["src/OGU", "visualize"]
packages = ["src/OGU"]

0 comments on commit 9c03f72

Please sign in to comment.