Skip to content

Commit

Permalink
🚀Pip update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFDLR committed Jul 7, 2021
1 parent 099d692 commit 7aea026
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pose_classification_kit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"
18 changes: 16 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pose-classification-kit"
version = "1.1.0"
version = "1.1.1"
description = "From pose estimation to pose classification - Creation of datasets & real-time visualization"
authors = ["ArthurFDLR <arthfind@gmail.com>"]
keywords = ["pose classification", "OpenPose", "pose estimation"]
Expand All @@ -9,7 +9,21 @@ license = "MIT"
homepage = "https://github.com/ArthurFDLR/pose-classification-kit"
repository = "https://github.com/ArthurFDLR/pose-classification-kit"
include = [
"LICENSE",
"LICENSE", "README.md"
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: X11 Applications :: Qt",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Image Recognition",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 7aea026

Please sign in to comment.