Skip to content

Commit

Permalink
Bump to 2024.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh committed Dec 6, 2024
1 parent 363e723 commit d2c7dd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoslot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from inspect import getmro
import dis

__version__ = '2022.12.1'
__version__ = '2024.12.1'
__all__ = ['Slots', 'SlotsMeta', 'SlotsPlusDict', 'SlotsPlusDictMeta']


Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: OS Independent"
]
description-file = "README.rst"

[tool.flit.metadata.requires-extra]
dev = [
"pytest",
"pytest-cov"
"coverage",
]

0 comments on commit d2c7dd8

Please sign in to comment.