Skip to content

Commit c130286

Browse files
author
GitHub Actions
committed
chore: release 0.1.0
1 parent fe8365d commit c130286

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
@@ -5,5 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
## 0.1.0 - 2023-03-28
810
### Added
911
- Initial version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
setup(
4949
name="eg.spreader",
50-
version="0.1.0.dev1",
50+
version="0.1.0",
5151
description="Fast spreadsheet logic library",
5252
long_description=README,
5353
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)