Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BishrGhalil committed May 7, 2023
1 parent 34ea3ef commit d9a9fda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "stitchtoon"
version = "0.0.2"
version = "1.0.0"
authors = [
{ name="Beshr Alghalil", email="[email protected]" },
]
Expand Down Expand Up @@ -53,4 +53,4 @@ ensure_newline_before_comments = true
line_length = 120

[tool.pylint.format]
max-line-length = "120"
max-line-length = "120"
2 changes: 1 addition & 1 deletion src/stitchtoon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def version_helper():

# Information
__license__ = "MIT"
__version__ = "0.0.2"
__version__ = "1.0.0"
__release__ = False
__author__ = __maintainer__ = "Beshr Ghalil"
__email__ = "[email protected]"
Expand Down

0 comments on commit d9a9fda

Please sign in to comment.