Skip to content

Commit 9f8cf5d

Browse files
committed
Fixed an error with the version number.
1 parent 4c7ec64 commit 9f8cf5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "PyTransit"
7-
version = "2.6.7"
7+
version = "2.6.8"
88
description = 'Fast and painless exoplanet transit light curve modelling.'
99
authors=[{name='Hannu Parviainen', email='hpparvi@gmail.com'}]
1010
classifiers=[

pytransit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
from semantic_version import Version
1818

19-
__version__ = Version('2.6.0')
19+
__version__ = Version('2.6.8')

0 commit comments

Comments
 (0)