Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tsoc
hg-misc-tools
Commits
952a9533
Commit
952a9533
authored
Feb 27, 2026
by
one
Browse files
[hytop] Bump version: 0.1.1 → 0.1.2
parent
6ea97229
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
projects/hytop/pyproject.toml
projects/hytop/pyproject.toml
+1
-1
projects/hytop/src/hytop/__init__.py
projects/hytop/src/hytop/__init__.py
+1
-1
No files found.
projects/hytop/pyproject.toml
View file @
952a9533
...
@@ -64,7 +64,7 @@ select = [
...
@@ -64,7 +64,7 @@ select = [
]
]
[tool.bumpversion]
[tool.bumpversion]
current_version
=
"0.1.
1
"
current_version
=
"0.1.
2
"
commit
=
true
commit
=
true
commit_args
=
""
commit_args
=
""
tag
=
true
tag
=
true
...
...
projects/hytop/src/hytop/__init__.py
View file @
952a9533
__all__
=
[
"__version__"
]
__all__
=
[
"__version__"
]
__version__
=
"0.1.
1
"
__version__
=
"0.1.
2
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment