Skip to content

Commit bb05ca3

Browse files
committed
Bump version to 0.27.2
1 parent 7642f45 commit bb05ca3

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "qasync"
3-
version = "0.27.1"
3+
version = "0.27.2"
44
description = "Python library for using asyncio in Qt-based applications"
55
authors = [
6-
"Arve Knudsen <arve.knudsen@gmail.com>",
7-
"Gerard Marull-Paretas <gerard@teslabs.com>",
8-
"Mark Harviston <mark.harviston@gmail.com>",
9-
"Sam McCormack",
6+
"Arve Knudsen <arve.knudsen@gmail.com>",
7+
"Gerard Marull-Paretas <gerard@teslabs.com>",
8+
"Mark Harviston <mark.harviston@gmail.com>",
9+
"Sam McCormack",
1010
]
1111
maintainers = ["Alex March <alexmach@fastmail.com>"]
1212
license = "BSD-2-Clause"
@@ -15,13 +15,13 @@ homepage = "https://github.com/CabbageDevelopment/qasync"
1515
repository = "https://github.com/CabbageDevelopment/qasync"
1616
keywords = ["Qt", "asncio"]
1717
classifiers = [
18-
"Development Status :: 4 - Beta",
19-
"Environment :: X11 Applications :: Qt",
20-
"Intended Audience :: Developers",
21-
"Operating System :: MacOS",
22-
"Operating System :: Microsoft",
23-
"Operating System :: POSIX",
24-
"Topic :: Software Development :: Libraries :: Python Modules",
18+
"Development Status :: 4 - Beta",
19+
"Environment :: X11 Applications :: Qt",
20+
"Intended Audience :: Developers",
21+
"Operating System :: MacOS",
22+
"Operating System :: Microsoft",
23+
"Operating System :: POSIX",
24+
"Topic :: Software Development :: Libraries :: Python Modules",
2525
]
2626

2727
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)