Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pragma- committed Dec 23, 2024
1 parent efbf48e commit 69356e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "grafmon"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"pyqtgraph",
"PyQt6",
Expand Down
2 changes: 1 addition & 1 deletion src/grafmon/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def about(self):
QtWidgets.QMessageBox.about(
self,
"About grafmon",
"<h1><center>grafmon 1.0.0</center></h1>"
"<h1><center>grafmon 1.0.1</center></h1>"
"<h2><p>Copyright &copy; 2024-2025 <a href='https://github.com/pragma-'>Pragmatic Software<a></h2>"
"<hr>"
"<h3><p><a href='https://github.com/pragma-/grafmon'>https://github.com/pragma-/grafmon</a>"
Expand Down

0 comments on commit 69356e3

Please sign in to comment.