Skip to content

Commit

Permalink
Merge pull request #105 from quantmind/ls-bump
Browse files Browse the repository at this point in the history
bump
  • Loading branch information
lsbardel authored Jun 16, 2024
2 parents 90154d0 + 818b02b commit e9ad037
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
2 changes: 1 addition & 1 deletion kong/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Asynchronous Kong client"""

__version__ = "3.3.2"
__version__ = "3.4.0"
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 2 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,39 +1,21 @@
[tool.poetry]
name = "aio-kong"
version = "3.3.2"
version = "3.4.0"
description = "Asynchronous Kong Client"
authors = ["Luca <luca@quantmind.com>"]
license = "BSD-3-Clause"
readme = "readme.md"
packages = [
{include = "kong"}
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: JavaScript",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development",
"Typing :: Typed",
"Framework :: AsyncIO",
"Environment :: Web Environment",
]

[tool.poetry.urls]
"Repository" = "https://github.com/quantmind/aio-kong"
"Issues" = "https://github.com/quantmind/aio-kong/issues"

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
aiohttp = "^3.8.1"
aiohttp = "^3.9.5"
click = "^8.1.3"
PyYAML = "^6.0"

Expand Down

0 comments on commit e9ad037

Please sign in to comment.