Skip to content

Commit 8360ed6

Browse files
committed
Update README and bump version
1 parent eca7d8b commit 8360ed6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/clr_loader.svg)](https://anaconda.org/conda-forge/clr_loader)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77

8-
Implements a generic interface for loading one of the CLR (.NET) runtime implementations and calling simple functions on them.
8+
Implements a generic interface for loading one of the CLR (.NET) runtime
9+
implementations and calling simple functions on them.
10+
11+
Documentation is available at https://pythonnet.github.io/clr-loader/.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "clr_loader"
77
description = "Generic pure Python loader for .NET runtimes"
88
license = {text = "MIT"}
9-
version = "0.2.0"
9+
version = "0.2.1"
1010

1111
readme = "README.md"
1212

@@ -28,6 +28,7 @@ email = "[email protected]"
2828

2929
[project.urls]
3030
Sources = "https://github.com/pythonnet/clr-loader"
31+
Documentation = "https://pythonnet.github.io/clr-loader/"
3132

3233
[tool.setuptools]
3334
zip-safe = false

0 commit comments

Comments
 (0)