Skip to content

Commit

Permalink
release: v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Nov 1, 2021
1 parent c9f54e3 commit da82c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
VersionInfo = namedtuple(
'VersionInfo', 'major minor micro releaselevel serial')
version_info = VersionInfo(
major=3, minor=0, micro=0,
major=4, minor=0, micro=0,
releaselevel='final', serial=0
)

Expand Down

0 comments on commit da82c3e

Please sign in to comment.