Skip to content

Commit a1328d3

Browse files
Merge pull request #24 from pythoninthegrass/release-please--branches--main
chore(main): release 1.0.0
2 parents 8a30a21 + 2b9ee56 commit a1328d3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/pythoninthegrass/mvp/compare/v1.0.0...v1.0.0) (2024-02-25)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 1.0.0 ([d898ca6](https://github.com/pythoninthegrass/mvp/commit/d898ca6ee6d9deabde9fc83d1afc9a374fc1fdf7))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mvp"
3-
version = "0.0.1"
3+
version = "1.0.0"
44
description = ""
55
authors = ["pythoninthegrass <[email protected]>"]
66
license = "Unlicense"

0 commit comments

Comments
 (0)