File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.1.0 ] - 2026-05-06
99
1010- Initial release.
11+
12+ [ 0.1.0 ] : https://github.com/brews/brews/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -139,7 +139,19 @@ transformed = isku.extract_regions(
139139
140140## Installation
141141
142- Install the unreleased bleeding-edge version of the package with:
142+ Using ` pip ` you can install this package with
143+
144+ ```
145+ pip install isku
146+ ```
147+
148+ for a ` uv ` project this is
149+
150+ ```
151+ uv add isku
152+ ```
153+
154+ Install the unreleased and unstable bleeding-edge version of the package with:
143155
144156``` shell
145157pip install git+https://github.com/brews/isku
159171
160172` isku ` is open-source software made available under the terms of either the MIT License or the Apache License 2.0, at your option.
161173
174+ See CONTRIBUTING.md if you would like to contribute.
175+
176+ Changes for each release are summarized in CHANGELOG.md.
You can’t perform that action at this time.
0 commit comments