File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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/ .
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " clr_loader"
77description = " Generic pure Python loader for .NET runtimes"
88license = {text = " MIT" }
9- version = " 0.2.0 "
9+ version = " 0.2.1 "
1010
1111readme = " README.md"
1212
@@ -28,6 +28,7 @@ email = "filmor@gmail.com"
2828
2929[project .urls ]
3030Sources = " https://github.com/pythonnet/clr-loader"
31+ Documentation = " https://pythonnet.github.io/clr-loader/"
3132
3233[tool .setuptools ]
3334zip-safe = false
You can’t perform that action at this time.
0 commit comments