Skip to content

Commit 8ee6d17

Browse files
committed
release 0.2.0
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent a84d1e0 commit 8ee6d17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dynamic_library/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import importlib_metadata
2323

2424

25-
__version__ = '0.1.1'
25+
__version__ = '0.2.0'
2626

2727

2828
if os.name == 'nt':

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'hatchling.build'
44

55
[project]
66
name = 'dynamic-library'
7-
version = '0.1.1'
7+
version = '0.2.0'
88
description = 'Hook to load package-provided dynamic libraries'
99
readme = 'README.md'
1010
requires-python = '>=3.9'

0 commit comments

Comments
 (0)