From 4a1909fa23eb6db680c3b0a18a28c746e594c5a9 Mon Sep 17 00:00:00 2001 From: Jeppe Fihl-Pearson Date: Sat, 15 Jun 2024 22:49:55 +0100 Subject: [PATCH] Bump to version 1.0.0 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. --- pyproject.toml | 4 ++-- src/alga/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 78e54f9..c6ffda5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] 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", diff --git a/src/alga/__init__.py b/src/alga/__init__.py index d3ec452..5becc17 100644 --- a/src/alga/__init__.py +++ b/src/alga/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "1.0.0"