Skip to content

Commit

Permalink
0.1.18
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 23, 2023
1 parent f2cb0d1 commit d71e4ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.1.18 (2023-11-23)

### Fix

* fix: use PAT instead of GH tocken ([`f2cb0d1`](https://github.com/mdtanker/invert4geom/commit/f2cb0d16e23535d56a9378113639814f2140a640))


## v0.1.17 (2023-11-23)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
"Typing :: Typed",
]
readme = "README.md"
version = "0.1.17"
version = "0.1.18"

dependencies = [
"numpy",
Expand Down
2 changes: 1 addition & 1 deletion src/invert4geom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

from __future__ import annotations

__version__ = "0.1.17"
__version__ = "0.1.18"

0 comments on commit d71e4ec

Please sign in to comment.