Skip to content

Commit

Permalink
fixed release version value
Browse files Browse the repository at this point in the history
  • Loading branch information
joelb92 committed Jul 9, 2024
1 parent f025248 commit c016120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#pyvision/config

setup(name='pyvision_toolkit',
version='1.3.5',
version='1.3.6',
description='A computer vision library for python.',
author='David Bolme',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion src/pyvision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
import sys
import pickle as pkl

__version__ = "1.3.5"
__version__ = "1.3.6"
__info__ = "https://github.com/bolme/pyvision/wiki"
__license__= '''
PyVision License
Expand Down

0 comments on commit c016120

Please sign in to comment.