Skip to content

Commit 24c45ff

Browse files
committed
initial commit
1 parent 4de0f86 commit 24c45ff

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

cvtease/asset/__init__.py

Whitespace-only changes.

cvtease/database/__init__.py

Whitespace-only changes.

cvtease/function/__init_.py

Whitespace-only changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cvtease"
7-
version = "0.1.11"
7+
version = "0.1.12"
88
description = "A CLI tool for computer vision that is under development. Includes a space shooter game using ASCII art."
99
readme = "README.md"
1010
requires-python = ">=3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
long_description = f.read()
66
setup(
77
name='cvtease',
8-
version='0.1.11',
8+
version='0.1.12',
99
packages=find_packages(),
1010
install_requires=[
1111
'click',

0 commit comments

Comments
 (0)