Skip to content

Commit f878348

Browse files
committed
bump version 0.1.7
1 parent 18cb8a3 commit f878348

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
dynamic = ["license"]
77
name = "django_sonar"
8-
version = "0.1.6"
8+
version = "0.1.7"
99
authors = [
1010
{ name = "Metalogico", email = "michele.brandolin@gmail.com" },
1111
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='django_sonar',
5-
version='0.1.6',
5+
version='0.1.7',
66
author='Metalogico',
77
author_email='michele.brandolin@gmail.com',
88
description='The missing debug tool for Django',

0 commit comments

Comments
 (0)