Skip to content

Commit 916f388

Browse files
committed
Bump version
1 parent cb5114f commit 916f388

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires-python = ">=3.10"
33

44
[tool.poetry]
55
name = "python-telegram-bot-django-persistence"
6-
version = "0.1.7"
6+
version = "0.2.0"
77
description = "Package to use Django ORM as persistence engine in Python Telegram Bot"
88
authors = ["Alexander Shishenko <alex@shishenko.com>"]
99
license = "MIT"
@@ -15,6 +15,10 @@ classifiers = [
1515
]
1616
readme = "README.md"
1717
homepage = "https://github.com/GamePad64/python-telegram-bot-django-persistence"
18+
packages = [
19+
{ include = "python_telegram_bot_django_persistence" },
20+
{ include = "aiogram_djpersistence" }
21+
]
1822

1923
[tool.poetry.dependencies]
2024
python = "^3.10"

0 commit comments

Comments
 (0)