Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Bump version number to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhuang committed Aug 19, 2022
1 parent 67fceda commit 7e86405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyminifier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# For license information see LICENSE.txt

# Meta
__version__ = "2.3.2"
__version_info__ = (2, 3, 2)
__version__ = "2.3.3"
__version_info__ = (2, 3, 3)
__license__ = "GPLv3" # See LICENSE.txt
__author__ = (
"Dan McDougall <[email protected]>,"
Expand Down

0 comments on commit 7e86405

Please sign in to comment.