Skip to content

Commit

Permalink
Catch up versioning to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
sklarsa committed Oct 26, 2017
1 parent 837debf commit e8c2f0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
venv
*.sublime-*
dist/
build/
*.egg-info/
*.pyc
.coverage
.noseids
.noseids
2 changes: 1 addition & 1 deletion sendgrid_backend/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.7"
__version__ = "0.6.8"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="django-sendgrid-v5",
version="0.6.7",
version="0.6.8",
description="An implementation of Django's EmailBackend compatible with sendgrid-python v5+",
long_description=long_description,
url="https://github.com/sklarsa/django-sendgrid-v5",
Expand Down

0 comments on commit e8c2f0f

Please sign in to comment.