Skip to content

Commit

Permalink
uprev
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Dec 8, 2023
1 parent c75ce67 commit 118a1ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion samuelcolvin_aicli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 118a1ce

Please sign in to comment.