Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraciunoiu committed Sep 7, 2020
1 parent 3923e7b commit e60d862
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, 2)
VERSION = (1, 0, 3)
__version__ = '.'.join([str(x) for x in VERSION])
__author__ = 'Harry Marr'
__all__ = ('SESBackend',)
Expand Down

0 comments on commit e60d862

Please sign in to comment.