Update README and bump version

This commit is contained in:
Benedikt Reinartz 2022-09-16 23:11:53 +02:00
Родитель eca7d8b817
Коммит 8360ed6c70
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -5,4 +5,7 @@
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/clr_loader.svg)](https://anaconda.org/conda-forge/clr_loader)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Implements a generic interface for loading one of the CLR (.NET) runtime implementations and calling simple functions on them.
Implements a generic interface for loading one of the CLR (.NET) runtime
implementations and calling simple functions on them.
Documentation is available at https://pythonnet.github.io/clr-loader/.

Просмотреть файл

@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "clr_loader"
description = "Generic pure Python loader for .NET runtimes"
license = {text = "MIT"}
version = "0.2.0"
version = "0.2.1"
readme = "README.md"
@ -28,6 +28,7 @@ email = "filmor@gmail.com"
[project.urls]
Sources = "https://github.com/pythonnet/clr-loader"
Documentation = "https://pythonnet.github.io/clr-loader/"
[tool.setuptools]
zip-safe = false