Skip to content

Commit

Permalink
Bump version for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 24, 2025
1 parent 6e67998 commit 614b58c
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, 24, 100)
numeric_version = (7, 24, 101)
__version__ = '.'.join(map(str, numeric_version))
git_version = None
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
Expand Down

0 comments on commit 614b58c

Please sign in to comment.