Skip to content

Commit

Permalink
Bump to version 1.0.0
Browse files Browse the repository at this point in the history
It's now at a point where it could be considered feature complete, so seems
like a good time to indicate that with the version number.
  • Loading branch information
Tenzer committed Jun 15, 2024
1 parent 182c940 commit 4a1909f
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
@@ -1,13 +1,13 @@
[tool.poetry]
name = "alga"
version = "0.4.0"
version = "1.0.0"
description = "CLI for remote controlling LG webOS TVs"
authors = ["Jeppe Fihl-Pearson <[email protected]>"]
license = "MIT"
repository = "https://github.com/Tenzer/alga"
readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: MIT License",
Expand Down
2 changes: 1 addition & 1 deletion src/alga/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "1.0.0"

0 comments on commit 4a1909f

Please sign in to comment.