Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas committed Sep 9, 2018
1 parent 86b43f1 commit 357fb0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,8 +1,8 @@
# django-admin-numeric-filter

![](https://img.shields.io/badge/Version-0.1.1-orange.svg?style=flat-square)
![](https://img.shields.io/badge/Version-0.1.2-orange.svg?style=flat-square)
![](https://img.shields.io/badge/Django-2.0+-green.svg?style=flat-square)
![](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)
![](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)

![Screenshot](https://github.com/lukasvinclav/django-admin-numeric-filter/raw/master/screenshot.png)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
short_description='Numeric filters for Django admin',
long_description=long_description,
long_description_content_type='text/markdown',
version='0.1.1',
version='0.1.2',
packages=[
'admin_numeric_filter',
],
Expand Down

0 comments on commit 357fb0b

Please sign in to comment.