Add __version__ by vmuriart · Pull Request #312 · pythonnet/pythonnet

@vmuriart

Ideally we would implement `__version__` as a property, but this requires
`ModuleFunctionAttribute` to work.
Since version is being implemented as a function, using `Version()`
instead since __version__ is expected to be a property.

@vmuriart self-assigned this

Jan 7, 2017

@vmuriart

@vmuriart vmuriart changed the title Add Version to CLR module Add __version__

Jan 7, 2017

@vmuriart