Skip to content

Commit a561f7f

Browse files
committed
version bump
1 parent 19b2607 commit a561f7f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
[tool.poetry]
22
name = "pytest-textual-snapshot"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Snapshot testing for Textual apps"
55
authors = ["Darren Burns <[email protected]>"]
6-
maintainers = ["Darren Burns <darren@textualize.io>"]
6+
maintainers = ["Will McGugan <will@textualize.io>"]
77
license = "MIT"
88
readme = "README.md"
99
homepage = "https://github.com/darrenburns/pytest-textual-snapshot"
1010
classifiers = [
11-
"Development Status :: 4 - Beta",
11+
"Development Status :: 5 - Production/Stable",
1212
"Framework :: Pytest",
1313
"Intended Audience :: Developers",
1414
"Topic :: Software Development :: Testing",
1515
"Programming Language :: Python",
1616
"Programming Language :: Python :: 3",
17-
"Programming Language :: Python :: 3.5",
18-
"Programming Language :: Python :: 3.6",
19-
"Programming Language :: Python :: 3.7",
2017
"Programming Language :: Python :: 3.8",
2118
"Programming Language :: Python :: 3.9",
2219
"Programming Language :: Python :: 3.10",
2320
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2423
"Programming Language :: Python :: 3 :: Only",
2524
"Programming Language :: Python :: Implementation :: CPython",
2625
"Programming Language :: Python :: Implementation :: PyPy",

0 commit comments

Comments
 (0)