Skip to content

Commit

Permalink
version 1.8.0-a1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilstam committed Jun 20, 2016
1 parent 3961d52 commit c23602f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ffmulticonverter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"""

# version
__major__ = 1 # for major interface/format changes
__minor__ = 7 # for minor interface/format changes
__release__ = 2 # for tweaks, bug-fixes, or development
__prerelease__ = "" # alpha, beta, rc etc.
__major__ = 1
__minor__ = 8
__release__ = 0
__prerelease__ = "a1" # alpha, beta, rc etc.

# package information
__name__ = "ffmulticonverter"
__version__ = "{0}.{1}.{2}".format(__major__, __minor__, __release__)
__version__ += __prerelease__
__version__ += "-" + __prerelease__
__description__ = __doc__
__author__ = "Ilias Stamatis"
__author_email__ = "stamatis.iliass@gmail.com"
Expand Down

0 comments on commit c23602f

Please sign in to comment.