We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39d78b commit 1a1334bCopy full SHA for 1a1334b
dbots/__init__.py
@@ -2,7 +2,7 @@
2
__author__ = 'Snazzah'
3
__license__ = 'MIT'
4
__copyright__ = 'Copyright 2020 Snazzah'
5
-__version__ = '1.0.1'
+__version__ = '1.1.0'
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 = 0, micro = 1,
+ major = 1, minor = 1, micro = 0,
19
releaselevel = 'final', serial = 0
20
)
21
docs/conf.py
@@ -22,7 +22,7 @@
22
author = 'Snazzah'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '1.0.1'
+release = '1.1.0'
26
27
28
# -- General configuration ---------------------------------------------------
0 commit comments