File: __init__.py

package info (click to toggle)
pycuda 2018.1.1-3
  • links: PTS, VCS
  • area: contrib
  • in suites: buster
  • size: 1,604 kB
  • sloc: python: 12,307; cpp: 9,967; makefile: 149; sh: 1
file content (3 lines) | stat: -rw-r--r-- 109 bytes parent folder | download
1
2
3
VERSION = (2018, 1, 1)
VERSION_STATUS = ""
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS