Skip to content

Commit

Permalink
Merge pull request #55 from MiBiPreT/fix_pyproject
Browse files Browse the repository at this point in the history
Fix pyproject and bump version
  • Loading branch information
raar1 authored Feb 10, 2025
2 parents 0358dde + 12358f1 commit bb83d0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ authors:
orcid: "https://orcid.org/0000-0002-8928-7831"
date-released: 2024-03-26
doi: 10.5281/zenodo.10878799
version: "0.2.0"
version: "0.2.1"
repository-code: "https://github.com/MiBiPreT/mibipret"
keywords:
- bioremediation
Expand Down
2 changes: 1 addition & 1 deletion mibipret/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__author__ = "Alraune Zech"
__email__ = "[email protected]"
__version__ = "0.2.0"
__version__ = "0.2.1"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Py thon :: 3.9",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand All @@ -41,7 +41,7 @@ license = {file = "LICENSE"}
name = "mibipret"
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">=3.8"
version = "0.2.0"
version = "0.2.1"

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -179,7 +179,7 @@ force-single-line = true
no-lines-before = ["future","standard-library","third-party","first-party","local-folder"]

[tool.bumpversion]
current_version = "0.2.0"
current_version = "0.2.1"

[[tool.bumpversion.files]]
filename = "mibipret/__init__.py"
Expand Down

0 comments on commit bb83d0e

Please sign in to comment.