From 118a1ce045fc8d6c6429315c0b37ceb80752ea3e Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Fri, 8 Dec 2023 12:22:08 +0300 Subject: [PATCH] uprev --- pyproject.toml | 15 ++++++++------- samuelcolvin_aicli.py | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f71c548..5c5e77c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,12 +20,13 @@ classifiers = [ "Topic :: Communications :: Chat", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", - 'Programming Language :: Python :: 3 :: Only', - 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9', - 'Programming Language :: Python :: 3.10', - 'Programming Language :: Python :: 3.11', + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Environment :: Console", @@ -44,7 +45,7 @@ Funding = "https://github.com/sponsors/samuelcolvin" Source = "https://github.com/samuelcolvin/aicli" [project.scripts] -aicli = 'samuelcolvin_aicli:cli' +aicli = "samuelcolvin_aicli:cli" [tool.ruff] line-length = 120 diff --git a/samuelcolvin_aicli.py b/samuelcolvin_aicli.py index c51779c..c93bae6 100644 --- a/samuelcolvin_aicli.py +++ b/samuelcolvin_aicli.py @@ -16,7 +16,7 @@ from rich.syntax import Syntax from rich.text import Text -__version__ = '0.6.0' +__version__ = '0.7.0' class SimpleCodeBlock(CodeBlock):