We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7ec64 commit 9f8cf5dCopy full SHA for 9f8cf5d
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "PyTransit"
7
-version = "2.6.7"
+version = "2.6.8"
8
description = 'Fast and painless exoplanet transit light curve modelling.'
9
authors=[{name='Hannu Parviainen', email='hpparvi@gmail.com'}]
10
classifiers=[
pytransit/version.py
@@ -16,4 +16,4 @@
16
17
from semantic_version import Version
18
19
-__version__ = Version('2.6.0')
+__version__ = Version('2.6.8')
0 commit comments