Skip to content

Commit 9f8946e

Browse files
committed
Release version 0.1.0
1 parent 0bea63d commit 9f8946e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
193193
194194
## Changelog
195195
196-
### Version 0.1.0 (next version)
196+
### Version 0.1.0
197197
198198
* Initial version.

src/typedstream/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
# * Add a new empty section for the next version to the README.md changelog.
4545
# * Commit and push the changes to main.
4646

47-
__version__ = "0.1.0.dev"
47+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)