File: version.py

package info (click to toggle)
python-pygraphviz 1.3~rc2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 612 kB
  • ctags: 972
  • sloc: ansic: 4,964; python: 2,458; makefile: 125
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.3rc2'
__revision__ = None
__date__ = 'Sat Oct 11 10:29:15 2014'