Skip to content

Commit 42df3b0

Browse files
committed
bump version and fix repository url
1 parent 1b770f5 commit 42df3b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "django-allauth-ui"
7-
version = "1.4.1"
7+
version = "1.5.0"
88
description = ""
99
authors = ["Dani Hodovic <[email protected]>"]
1010
license = "MIT"
@@ -13,7 +13,7 @@ packages = [
1313
]
1414
include = ["allauth_ui/static/allauth_ui/output.css"]
1515
readme = "README.md"
16-
repository = "https://github.com/danihodovic/django-webhook"
16+
repository = "https://github.com/danihodovic/django-allauth-ui"
1717
keywords = ["django", "allauth", "social-login", "auth"]
1818
classifiers = [
1919
"Framework :: Django",

0 commit comments

Comments
 (0)