Skip to content

Commit 157b439

Browse files
committed
build: upgrade version and add license
1 parent 4300163 commit 157b439

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
version=about["__version__"],
2424
author=about["__author__"],
2525
author_email=about["__email__"],
26+
license=about["__license__"],
2627
description="VideoDB Python SDK",
2728
long_description=long_description,
2829
long_description_content_type="text/markdown",

videodb/__about__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
""" About information for videodb sdk"""
22

33

4-
__version__ = "0.2.0"
4+
__version__ = "0.2.1"
55
__title__ = "videodb"
66
__author__ = "videodb"
77
__email__ = "[email protected]"
88
__url__ = "https://github.com/video-db/videodb-python"
9+
__license__ = "Apache License 2.0"

0 commit comments

Comments
 (0)