We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8a3bb commit 196d865Copy full SHA for 196d865
dbots/__init__.py
@@ -2,7 +2,7 @@
2
__author__ = 'Snazzah'
3
__license__ = 'MIT'
4
__copyright__ = 'Copyright 2020 Snazzah'
5
-__version__ = '1.2.0'
+__version__ = '1.2.1'
6
7
from collections import namedtuple
8
import logging
@@ -15,7 +15,7 @@
15
16
VersionInfo = namedtuple('VersionInfo', 'major minor micro releaselevel serial')
17
version_info = VersionInfo(
18
- major = 1, minor = 2, micro = 0,
+ major = 1, minor = 2, micro = 1,
19
releaselevel = 'final', serial = 0
20
)
21
0 commit comments