Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
njbirth authored Jul 17, 2024
1 parent bdcd08c commit 09302fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cocopye"
version = "0.4.0"
version = "0.5.0"
authors = [
{ name = "Niklas Birth, Nicolina Leppich, Dr. Peter Meinicke" },
]
Expand Down Expand Up @@ -76,4 +76,4 @@ disallow_any_generics = true

[[tool.mypy.overrides]]
module = ["tomlkit", "Bio", "_io", "numba", "numba.typed"]
ignore_missing_imports = true
ignore_missing_imports = true

0 comments on commit 09302fa

Please sign in to comment.