File: __version__.py

package info (click to toggle)
python-localzone 0.9.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 521; makefile: 11
file content (10 lines) | stat: -rw-r--r-- 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
VERSION = (0, 9, 8)

__title__ = "localzone"
__description__ = "A simple library for managing DNS zones."
__url__ = "https://localzone.iomaestro.com"
__version__ = ".".join(map(str, VERSION))
__author__ = "Andrew Grant Spencer"
__author_email__ = "ags@iomaestro.com"
__license__ = "BSD"
__copyright__ = "Copyright (C) 2018 Andrew Grant Spencer"