Skip to content

Commit

Permalink
Bump version: 2.8.0 → 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Jan 16, 2024
1 parent f3c3e90 commit 6661b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
files = ./setup.py
commit = True
tag = True
current_version = 2.8.0
current_version = 2.8.1

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='haversine',
version='2.8.0',
version='2.8.1',
description='Calculate the distance between 2 points on Earth.',
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6661b21

Please sign in to comment.