Skip to content

Commit 23b1a09

Browse files
committed
Bump version to 0.1.1
1 parent 1862bf1 commit 23b1a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ def finalize_options(self):
5555

5656
setup(
5757
name="clr_loader",
58-
version="0.1.0",
58+
version="0.1.1",
5959
description="Generic pure Python loader for .NET runtimes",
6060
author="Benedikt Reinartz",
6161
author_email="[email protected]",
6262
long_description=long_description,
6363
long_description_content_type="text/markdown",
6464
license="MIT",
65-
python_requires=">=3.3",
65+
python_requires=">=3.6",
6666
install_requires=["cffi>=1.13"],
6767
classifiers=[
6868
"Development Status :: 2 - Pre-Alpha",

0 commit comments

Comments
 (0)