Skip to content

Commit

Permalink
Fixed an error with the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpparvi committed Aug 6, 2024
1 parent 4c7ec64 commit 9f8cf5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "PyTransit"
version = "2.6.7"
version = "2.6.8"
description = 'Fast and painless exoplanet transit light curve modelling.'
authors=[{name='Hannu Parviainen', email='[email protected]'}]
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion pytransit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

from semantic_version import Version

__version__ = Version('2.6.0')
__version__ = Version('2.6.8')

0 comments on commit 9f8cf5d

Please sign in to comment.