Skip to content

Commit ced458b

Browse files
committed
chore: version bump
1 parent df20cbb commit ced458b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

MANIFEST.in

Lines changed: 0 additions & 2 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "django-admin-numeric-filter"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "Numeric filters for Django admin"
55
license = "MIT"
66
readme = "README.md"
77
authors = []
88
homepage = "https://github.com/lukasvinclav/django-admin-numeric-filter"
99
repository = "https://github.com/lukasvinclav/django-admin-numeric-filter"
1010
packages = [
11-
{ include = "admin_numeric_filter", from = "src" },
11+
{ include = "admin_numeric_filter" },
1212
]
1313
keywords = [
1414
"django",

0 commit comments

Comments
 (0)