Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 3ec654a

Browse files
committed
version bump
1 parent 180cc9a commit 3ec654a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pyproject.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
[tool.poetry]
22
name = "django_view_composer"
3-
version = "0.1.0"
4-
description = ""
5-
authors = ["Josh Higgins <5124298+joshiggins@users.noreply.github.com>"]
3+
version = "0.2.0"
4+
description = "Django template tags to include views inside other views"
5+
authors = ["Josh Higgins <josh@joshh.info>"]
6+
readme = "README.md"
7+
license = "MIT"
8+
homepage = "https://github.com/joshiggins/django-view-composer"
9+
repository = "https://github.com/joshiggins/django-view-composer"
10+
include = [
11+
"LICENSE",
12+
]
613

714
[tool.poetry.dependencies]
815
python = "^3.8"

0 commit comments

Comments
 (0)