Skip to content

Commit

Permalink
Fix basic version format
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulRaven committed Jun 10, 2024
1 parent a1251fc commit 8e77080
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG

## Version 0.1.6
- change the mode how the versions are experimented
## Version 1.0.4
- modification on how the GTK is imported and version specified
## Version 1.0.3
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "sgzenity"
version = "0.1.5"
version = "0.1.6"
description = "sgzentry is a library for python which was inspired by Zenity. When you write scripts, you can use sgzentry to create simple dialogs that interact graphically with the user."
homepage="https://github.com/SoftGeekRO/sgzenity"
repository="https://github.com/SoftGeekRO/sgzenity.git"
Expand Down Expand Up @@ -60,11 +60,11 @@ coverage = ">=7.5.3"
[tool.poetry.scripts]

[tool.poetry.urls]
"Source" = "https://github.com/soulraven/roundbox"
"Issues" = "https://github.com/soulraven/roundbox/issues"
"Discussions" = "https://github.com/soulraven/roundbox/discussions"
"Documentation" = "https://soulraven.github.io/roundbox/"
"Releases" = "https://soulraven.github.io/roundbox/releases"
"Source" = "https://github.com/SoftGeekRO/sgzenity/"
"Issues" = "https://github.com/SoftGeekRO/sgzenity/issues"
"Discussions" = "https://github.com/SoftGeekRO/sgzenity/discussions"
"Documentation" = "https://github.com/SoftGeekRO/sgzenity/"
"Releases" = "https://github.com/SoftGeekRO/sgzenity/releases"

[tool.black]
line_length = 88
Expand Down

0 comments on commit 8e77080

Please sign in to comment.