Skip to content

Commit

Permalink
bump beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed May 29, 2017
1 parent 16beec2 commit 017117e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calibre/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import sys, locale, codecs, os, importlib, collections

__appname__ = u'calibre'
numeric_version = (2, 99, 8)
numeric_version = (2, 99, 9)
__version__ = u'.'.join(map(unicode, numeric_version))
__author__ = u"Kovid Goyal <[email protected]>"

Expand Down

0 comments on commit 017117e

Please sign in to comment.