Skip to content

Commit

Permalink
chore(release): 1.0.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 11, 2024
1 parent b1a8f00 commit 6429dfa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v1.0.8 (2024-09-11)

### Fix

* fix: Removed fragile determination of package version in __init__.py ([`b1a8f00`](https://github.com/pbrod/karney/commit/b1a8f0063948f1af81d9885b50dc1725b72e2f9b))

## v1.0.7 (2024-09-11)

### Fix
Expand Down
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 = "karney"
version = "1.0.7"
version = "1.0.8"
description = "Solves the direct and inverse geodesic problem."
authors = ["Per A. Brodtkorb"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/karney/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"""

from . import geodesic, util, license
__version__ = "1.0.7"
__version__ = "1.0.8"

__doc__ = (__doc__
+ geodesic.__doc__
Expand Down

0 comments on commit 6429dfa

Please sign in to comment.