We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa860a4 + a6e29a6 commit f41783cCopy full SHA for f41783c
CHANGES.rst
@@ -1,4 +1,4 @@
1
-0.1.0 (Unreleased)
+0.1.0 (2025-08-07)
2
==================
3
4
- Build Docker on every push to main
pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "nxbrew-watcher"
-version = "0.0.2"
+version = "0.1.0"
5
description = "NXBrew watch tools"
6
readme = "README.md"
7
requires-python = ">=3.11"
@@ -18,7 +18,7 @@ classifiers = [
18
# 3 - Alpha
19
# 4 - Beta
20
# 5 - Production/Stable
21
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
22
23
# License
24
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
0 commit comments