Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Apr 20, 2020
1 parent bb8a3bb commit 196d865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = 'Snazzah'
__license__ = 'MIT'
__copyright__ = 'Copyright 2020 Snazzah'
__version__ = '1.2.0'
__version__ = '1.2.1'

from collections import namedtuple
import logging
Expand All @@ -15,7 +15,7 @@

VersionInfo = namedtuple('VersionInfo', 'major minor micro releaselevel serial')
version_info = VersionInfo(
major = 1, minor = 2, micro = 0,
major = 1, minor = 2, micro = 1,
releaselevel = 'final', serial = 0
)

Expand Down

0 comments on commit 196d865

Please sign in to comment.