File: __version__.py

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