We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9b5ef commit ff47c74Copy full SHA for ff47c74
dynamic_library/__init__.py
@@ -21,7 +21,7 @@
21
import importlib_metadata
22
23
24
-__version__ = '0.1.0'
+__version__ = '0.1.1'
25
26
27
_EXT = '.dll' if os.name == 'nt' else sysconfig.get_config_var('SHLIB_SUFFIX')
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'hatchling.build'
4
5
[project]
6
name = 'dynamic-library'
7
-version = '0.1.0'
+version = '0.1.1'
8
description = 'Hook to load package-provided dynamic libraries'
9
readme = 'README.md'
10
requires-python = '>=3.9'
0 commit comments