Skip to content

Commit a242dfc

Browse files
chore(main): release 0.1.0 (#1)
🤖 I have created a release *beep* *boop* --- ## 0.1.0 (2024-10-19) ### ⚠ BREAKING CHANGES * initial commit ### Miscellaneous Chores * initial commit ([caa5f1f](caa5f1f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dy0gu <103767860+dy0gu@users.noreply.github.com>
1 parent f725457 commit a242dfc

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 0.1.0 (2024-10-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* initial commit
9+
10+
### Miscellaneous Chores
11+
12+
* initial commit ([caa5f1f](https://github.com/NEIAAC/python-gui-template/commit/caa5f1fc2086b3aaeabfa34a4ee9986999798f1b))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22

33
name = "template"
4-
version = "1.0.0"
4+
version = "0.1.0"
55
dependencies = [
66
"pyside6==6.7.3",
77
"pyside6-fluent-widgets==1.6.6",

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)