Skip to content

Commit f2c1264

Browse files
committed
push version 0.1.2
1 parent 54b0e4b commit f2c1264

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.1"
8+
version = "0.1.2"
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.1',
5+
version='0.1.2',
66
author='Metalogico',
77
author_email='michele.brandolin@gmail.com', # Replace with your email
88
description='The missing debug tool for Django',

0 commit comments

Comments
 (0)