Skip to content

Commit 06463df

Browse files
committed
v2.1.1
1 parent 7b5700c commit 06463df

File tree

5 files changed

+4
-78
lines changed

5 files changed

+4
-78
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## `2.1.0` - 2025-08-27
1+
## `2.1.1` - 2025-08-27
22

33
#### 🚀 New Features
44

magic_admin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.1.0"
1+
VERSION = "2.1.1"

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "magic-admin"
7-
version = "2.1.0"
7+
version = "2.1.1"
88
description = "Magic Python Library"
99
readme = "README.md"
10-
license = {text = "MIT"}
1110
authors = [
1211
{name = "Magic", email = "[email protected]"}
1312
]
@@ -17,7 +16,7 @@ classifiers = [
1716
"Programming Language :: Python",
1817
"Programming Language :: Python :: 3.11",
1918
"Intended Audience :: Developers",
20-
"License :: OSI Approved :: MIT License",
19+
2120
"Operating System :: OS Independent",
2221
]
2322
requires-python = ">=3.11"

setup.cfg

Lines changed: 0 additions & 5 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)