Skip to content

Commit

Permalink
Set package version info to 0.3.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Aug 22, 2017
1 parent 78c29a7 commit cfb0bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder_terminal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

PLUGIN_CLASS

VERSION_INFO = (0, 2, 1)
VERSION_INFO = (0, 3, 0, 'dev0')
__version__ = '.'.join(map(str, VERSION_INFO))

0 comments on commit cfb0bda

Please sign in to comment.