File: version.py

package info (click to toggle)
python-pygraphviz 1.4~rc1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 684 kB
  • ctags: 981
  • sloc: ansic: 5,061; python: 2,628; makefile: 156
file content (11 lines) | stat: -rw-r--r-- 198 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
"""
Version information for PyGraphviz, created during installation.

Do not add this file to the repository.

"""

__version__ = '1.4rc1'
__revision__ = None
__date__ = 'Sun Nov  6 07:10:29 2016'