Skip to content

Commit

Permalink
Bump version 0.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zefr0x committed Jul 17, 2022
1 parent 2c7f444 commit 8facfea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 0.1.0-alpha.1
- First alpha release.
- Database related features are not yet implemented, the calculation just works, and the data are in memory while the app is running.

2 changes: 1 addition & 1 deletion moadaly/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A feature-rich Qt6 application to calculate the grade point average and other related stuff for university students."""

__version__ = "0.0.0"
__version__ = "0.1.0-alpha.1"
__author__ = "zer0-x"
__maintainer__ = __author__
__license__ = "GPL-3.0"
Expand Down

0 comments on commit 8facfea

Please sign in to comment.