Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
EricOuma committed Mar 12, 2023
1 parent 20f1f86 commit c8d9224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rangefilter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import django

__author__ = "Dmitriy Sokolov"
__version__ = "0.9.1"
__version__ = "1.0.0"

if django.VERSION < (3, 2):
default_app_config = "rangefilter.apps.RangeFilterConfig"
Expand Down

0 comments on commit c8d9224

Please sign in to comment.