Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Apr 11, 2017
1 parent 43d1847 commit d66f666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asciinema/__init__.py
@@ -1,7 +1,7 @@
import sys

__author__ = 'Marcin Kulik'
__version__ = '1.3.0'
__version__ = '1.4.0'

if sys.version_info[0] < 3:
raise ImportError('Python < 3 is unsupported.')
2 changes: 1 addition & 1 deletion man/asciinema.1
@@ -1,4 +1,4 @@
.TH "asciinema" "1" "July 13, 2016" "asciinema 1.3.0"
.TH "asciinema" "1" "April 11, 2017" "asciinema 1.4.0"
.SH "NAME"
asciinema \- terminal session recorder
.SH "SYNOPSIS"
Expand Down

0 comments on commit d66f666

Please sign in to comment.