Skip to content

Commit ff47c74

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

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
@@ -21,7 +21,7 @@
2121
import importlib_metadata
2222

2323

24-
__version__ = '0.1.0'
24+
__version__ = '0.1.1'
2525

2626

2727
_EXT = '.dll' if os.name == 'nt' else sysconfig.get_config_var('SHLIB_SUFFIX')

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.0'
7+
version = '0.1.1'
88
description = 'Hook to load package-provided dynamic libraries'
99
readme = 'README.md'
1010
requires-python = '>=3.9'

0 commit comments

Comments
 (0)