Skip to content

Commit

Permalink
Bump version to 2021.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 1, 2021
1 parent 9cf7ebc commit 9c8a140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pudb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from pudb.settings import load_config


NUM_VERSION = (2021, 2, 1)
NUM_VERSION = (2021, 2, 2)
VERSION = ".".join(str(nv) for nv in NUM_VERSION)
__version__ = VERSION

Expand Down

0 comments on commit 9c8a140

Please sign in to comment.