Skip to content

Commit

Permalink
Bump version for preview release
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 15, 2024
1 parent c4a03f3 commit a68f51c
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 @@ -11,7 +11,7 @@
from polyglot.builtins import environ_item, hasenv

__appname__ = 'calibre'
numeric_version = (7, 21, 0)
numeric_version = (7, 21, 100)
__version__ = '.'.join(map(str, numeric_version))
git_version = None
__author__ = "Kovid Goyal <[email protected]>"
Expand Down

0 comments on commit a68f51c

Please sign in to comment.