File: version.py

package info (click to toggle)
ccdproc 1.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,512 kB
  • sloc: python: 10,251; makefile: 117; ansic: 88
file content (25 lines) | stat: -rw-r--r-- 533 bytes parent folder | download
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 2017-11-29 20:08:33
from __future__ import unicode_literals
import datetime

version = "2.0.2"
githash = "d23a53f46dd1c3703e5eee63dca3f53bd18a4e8b"


major = 2
minor = 0
bugfix = 2

release = True
timestamp = datetime.datetime(2017, 11, 29, 20, 8, 33)
debug = False

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

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