Skip to content

Commit

Permalink
Bump Release Version 4.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed Apr 1, 2024
1 parent c53f99d commit 8eecd0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion calibre-plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from calibre.customize import InterfaceActionBase

# pulled out from FanFicFareBase for saving in prefs.py
__version__ = (4, 32, 13)
__version__ = (4, 33, 0)

## Apparently the name for this class doesn't matter--it was still
## 'demo' for the first few versions.
Expand Down
2 changes: 1 addition & 1 deletion fanficfare/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import os, sys, platform


version="4.32.13"
version="4.33.0"
os.environ['CURRENT_VERSION_ID']=version

global_cache = 'global_cache'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "FanFicFare" # Required
#
# For a discussion on single-sourcing the version, see
# https://packaging.python.org/guides/single-sourcing-package-version/
version = "4.32.13"
version = "4.33.0"

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down

0 comments on commit 8eecd0a

Please sign in to comment.