Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 8facfea

Browse files
committed
Bump version 0.1.0-alpha.1
1 parent 2c7f444 commit 8facfea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# 0.1.0-alpha.1
2+
- First alpha release.
3+
- Database related features are not yet implemented, the calculation just works, and the data are in memory while the app is running.
4+

moadaly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A feature-rich Qt6 application to calculate the grade point average and other related stuff for university students."""
22

3-
__version__ = "0.0.0"
3+
__version__ = "0.1.0-alpha.1"
44
__author__ = "zer0-x"
55
__maintainer__ = __author__
66
__license__ = "GPL-3.0"

0 commit comments

Comments
 (0)