Skip to content

Commit

Permalink
bump to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meeb committed Jul 10, 2022
1 parent cd3a85b commit 689b21e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_distill/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.10.0'
__version__ = '2.10.1'


from django import __version__ as django_version
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages


version = '2.10.0'
version = '2.10.1'


with open('README.md', 'rt') as f:
Expand Down

0 comments on commit 689b21e

Please sign in to comment.