File: __version__.py

package info (click to toggle)
python-typepy 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 624 kB
  • sloc: python: 2,886; makefile: 78; sh: 7
file content (6 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
__author__ = "Tsuyoshi Hombashi"
__copyright__ = f"Copyright 2017, {__author__}"
__license__ = "MIT License"
__version__ = "1.3.2"
__maintainer__ = __author__
__email__ = "tsuyoshi.hombashi@gmail.com"