Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release authored and ladybugbot committed Nov 17, 2018
1 parent f9a2de5 commit 4082ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dragonfly/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

__version__ = '0.2.0'
__version__ = '0.3.0'

# This is a variable to check if the library is a [+] library.
setattr(sys.modules[__name__], 'isplus', False)

0 comments on commit 4082ab4

Please sign in to comment.