File: version.py

package info (click to toggle)
python-astropy 1.3-8~bpo8%2B2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 44,292 kB
  • sloc: ansic: 160,360; python: 137,322; sh: 11,493; lex: 7,638; yacc: 4,956; xml: 1,796; makefile: 474; cpp: 364
file content (25 lines) | stat: -rw-r--r-- 512 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's setup.py on 2016-12-22 23:38:44.709602
from __future__ import unicode_literals
import datetime

version = "1.3"
githash = "552a2de83e23b89192a91b423eb69d35ef5424df"


major = 1
minor = 3
bugfix = 0

release = True
timestamp = datetime.datetime(2016, 12, 22, 23, 38, 44, 709602)
debug = False

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

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