File: __version__.py

package info (click to toggle)
python-tcolorpy 0.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: python: 627; makefile: 58; sh: 6
file content (6 lines) | stat: -rw-r--r-- 206 bytes parent folder | download
1
2
3
4
5
6
__author__ = "Tsuyoshi Hombashi"
__copyright__ = f"Copyright 2020-2024, {__author__}"
__license__ = "MIT License"
__version__ = "0.1.7"
__maintainer__ = __author__
__email__ = "tsuyoshi.hombashi@gmail.com"