Skip to content

Commit 1dfac1a

Browse files
g-filomenaclaude
andcommitted
Revert version to 2.1.0 (2.1.1 not released)
The logo + ruff-format fixes stay on master for green CI, but 2.1.1 was never published to PyPI, so keep the package version at the released 2.1.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 1acc1d0 commit 1dfac1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cityImage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from importlib import import_module
1313
from typing import Any
1414

15-
__version__ = "2.1.1"
15+
__version__ = "2.1.0"
1616

1717
_PUBLIC_SYMBOLS: dict[str, str] = {
1818
"AMENITY_GROUPS": "landuse",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cityImage"
7-
version = "2.1.1"
7+
version = "2.1.0"
88
description = "A package for studying urban form and obtaining the computational Image of the City"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)