Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit c2057ff

Browse files
authored
Merge pull request #45 from MetacitySuite/dev
Fix - missing loaders
2 parents 34dff6a + ffdb537 commit c2057ff

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

metacity/io/loaders/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def build_extension(self, ext):
127127
packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
128128
ext_modules=[CMakeExtension('metacity.geometry')],
129129
cmdclass={"build_ext": CMakeBuild},
130-
version="0.5.0",
130+
version="0.5.1",
131131
description="Python toolkit for Urban Data processing",
132132
long_description=README,
133133
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)