Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Feb 10, 2018
1 parent a96feb7 commit f3fecec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asciinema/__init__.py
@@ -1,7 +1,7 @@
import sys

__author__ = 'Marcin Kulik'
__version__ = '1.4.0'
__version__ = '2.0.0'

if sys.version_info[0] < 3:
raise ImportError('Python < 3 is unsupported.')

0 comments on commit f3fecec

Please sign in to comment.