Skip to content

Commit a659776

Browse files
committed
bump version to v0.1.1
1 parent 1aa0c62 commit a659776

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [0.1.1] - 2024-03-27
10+
911
### Changed
1012
- Dropped support for py3.7
1113
- Removed unnecessary dependency `"typing_extensions;python_version<'3.8'"`

src/namedpipe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"
22

33
from os import name as _os_name
44

0 commit comments

Comments
 (0)