Skip to content

Commit

Permalink
One more version number fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Aug 2, 2018
1 parent de27015 commit 2a94032
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions decaylanguage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import re

__version__ = '__version__ = '0.2.0''
version = __version__
__version__ = '0.2.0'

version_info = tuple(re.split(r"[-\.]", __version__))
version = __version__
version_info = __version__.split('.')

del re

0 comments on commit 2a94032

Please sign in to comment.