Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Dec 4, 2024
1 parent 7fed48e commit 752dfae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "xretrieval"
version = "0.1.1"
version = "0.2.0"
description = "Retrieve and Evaluate with X(any) models"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -88,7 +88,7 @@ channels = ["conda-forge"]
platforms = ["linux-64"]

[tool.bumpversion]
current_version = "0.1.1"
current_version = "0.2.0"
commit = true
tag = true

Expand Down
2 changes: 1 addition & 1 deletion xretrieval/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.1"
__version__ = "0.2.0"
__author__ = "Dickson Neoh"
__email__ = "[email protected]"

Expand Down

0 comments on commit 752dfae

Please sign in to comment.