Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
build: v1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrtk committed Jul 15, 2021
1 parent 22d28f8 commit e06b5b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[project]
name = "nina"
version = "0.0.1"
description = '''
Application to detect, track and calculate statistics of objects in video.
'''
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = nina
version = 0.0.1
version = attr: nina.__version__
description = Application to detect, track and calculate statistics of objects in video.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
1 change: 1 addition & 0 deletions src/nina/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# pragma: no cover
# noqa: D104
__version__ = "1.0.0-rc1"

0 comments on commit e06b5b7

Please sign in to comment.