Skip to content

Commit a3429dd

Browse files
committed
v3.0.0
1 parent ef3c4a5 commit a3429dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: dbots/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__author__ = 'Snazzah'
33
__license__ = 'MIT'
44
__copyright__ = 'Copyright 2020 Snazzah'
5-
__version__ = '2.0.0'
5+
__version__ = '3.0.0'
66

77
from collections import namedtuple
88
import logging
@@ -15,7 +15,7 @@
1515

1616
VersionInfo = namedtuple('VersionInfo', 'major minor micro releaselevel serial')
1717
version_info = VersionInfo(
18-
major = 2, minor = 0, micro = 0,
18+
major = 3, minor = 0, micro = 0,
1919
releaselevel = 'final', serial = 0
2020
)
2121

0 commit comments

Comments
 (0)