Skip to content

Commit

Permalink
Remove __version__ from code; now managed by PDM
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Jul 31, 2023
1 parent 2ee98da commit 869e697
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pelican/plugins/minify/minify.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

from pelican import signals

__version__ = "1.0.0"

LOGGER = logging.getLogger(__name__)


Expand Down

0 comments on commit 869e697

Please sign in to comment.