ticket #783: Update conf.py to change with tuple format change in 9b1617f26

This commit is contained in:
David Wilson 2021-02-02 15:08:46 +00:00
parent 2207bea6eb
commit c57baa1f11
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import sys
sys.path.append('..') sys.path.append('..')
sys.path.append('.') sys.path.append('.')
import mitogen import mitogen
VERSION = '%s.%s.%s' % mitogen.__version__ VERSION = '%s.%s.%s' % mitogen.__version__[:3]
author = u'Network Genomics' author = u'Network Genomics'
copyright = u'2021, the Mitogen authors' copyright = u'2021, the Mitogen authors'