Skip to content

Commit

Permalink
Corrected a mistake in the folder structure in update_version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ArJaVer committed Oct 15, 2024
1 parent f735a22 commit 5303fc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "evaluix"
version = "0.9.1.1"
version = "0.9.1.21"
description = "Data Evaluation Software of the (Magnetism) research group of Prof. Ehresmann at University of Kassel"
license = "MIT"
authors = ["Arne Jan Vereijken <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import re
import pathlib

root = pathlib.Path(__file__).resolve().parents[2]
root = pathlib.Path(__file__).resolve().parents[1]
version_file = root / 'src/evaluix' / '__version__.py'

# Read the version from __version__.py
Expand Down
2 changes: 1 addition & 1 deletion src/evaluix/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.1.21"
__version__ = "0.9.1.22"

0 comments on commit 5303fc1

Please sign in to comment.