Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraciunoiu committed Jun 25, 2020
1 parent 884a92f commit b017b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_ses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
default_app_config = 'django_ses.apps.DjangoSESConfig'

# When changing this, remember to change it in setup.py
VERSION = (1, 0, 0)
VERSION = (1, 0, 1)
__version__ = '.'.join([str(x) for x in VERSION])
__author__ = 'Harry Marr'
__all__ = ('SESBackend',)
Expand Down

0 comments on commit b017b82

Please sign in to comment.