Skip to content

Commit

Permalink
halibot: bump version to 0.2.0, Bering.
Browse files Browse the repository at this point in the history
Changelist:
 - Version checking begins here (all modules should use at least this version)
 - Help module added to core packages
 - Added internal config writing method to halibot-core
 - Added .load_object() API call to halibot-core
 - Added receive handlers based on message type
 - Deprecated Context
 - Deprecated legacy module loading
  • Loading branch information
richteer committed Oct 25, 2017
1 parent d705c9c commit fa73d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halibot/halibot.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def agents(self):

class Halibot():

VERSION = "0.1.0"
VERSION = "0.2.0"

config = {}

Expand Down

0 comments on commit fa73d77

Please sign in to comment.