File: version.py

package info (click to toggle)
python-pygraphviz 1.3.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 664 kB
  • sloc: ansic: 4,970; python: 2,523; makefile: 152
file content (11 lines) | stat: -rw-r--r-- 197 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.3.1'
__revision__ = None
__date__ = 'Sun Sep  6 07:49:58 2015'