Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpomfrey committed Jan 4, 2022
1 parent d1b5557 commit decf0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debreach/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from distutils import version


__version__ = '2.0.1'
__version__ = '2.1.0'
version_info = version.StrictVersion(__version__).version

default_app_config = 'debreach.apps.DebreachConfig'

0 comments on commit decf0f6

Please sign in to comment.