File: __version__.py

package info (click to toggle)
python-mbstrdecoder 1.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: python: 710; makefile: 43
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 2016, {__author__}"
__license__ = "MIT License"
__version__ = "1.1.0"
__maintainer__ = __author__
__email__ = "tsuyoshi.hombashi@gmail.com"