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 a84d1e0 commit 8ee6d17Copy full SHA for 8ee6d17
dynamic_library/__init__.py
@@ -22,7 +22,7 @@
22
import importlib_metadata
23
24
25
-__version__ = '0.1.1'
+__version__ = '0.2.0'
26
27
28
if os.name == 'nt':
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'hatchling.build'
4
5
[project]
6
name = 'dynamic-library'
7
-version = '0.1.1'
+version = '0.2.0'
8
description = 'Hook to load package-provided dynamic libraries'
9
readme = 'README.md'
10
requires-python = '>=3.9'
0 commit comments