File: version.py

package info (click to toggle)
python-astropy-helpers 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 756 kB
  • ctags: 698
  • sloc: python: 5,929; ansic: 88; makefile: 11
file content (25 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Autogenerated by Astropy-affiliated package astropy_helpers's setup.py on 2016-12-18 20:05:08.165589
from __future__ import unicode_literals
import datetime

version = "1.3"
githash = "f06ca37c4e389b90556815b300d9992fa3945199"


major = 1
minor = 3
bugfix = 0

release = True
timestamp = datetime.datetime(2016, 12, 18, 20, 5, 8, 165589)
debug = False

try:
    from ._compiler import compiler
except ImportError:
    compiler = "unknown"

try:
    from .cython_version import cython_version
except ImportError:
    cython_version = "unknown"