Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyKoh committed Jan 28, 2021
1 parent dc11794 commit c770f5b
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 @@ -45,7 +45,7 @@ def dependency_to_requirement(requirements_dict: Dict, add_all=True, add_single_
# Also add the extra_requirements.json file
package_data.append('extra_requirements.json')

version = '1.1.1'
version = '1.1.3'

if 'IS_VECTORHUB_NIGHTLY' in os.environ.keys():
from datetime import datetime
Expand Down
2 changes: 1 addition & 1 deletion vectorhub/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.1"
__version__ = "1.1.3"

from .base import *
from .errors import *
Expand Down

0 comments on commit c770f5b

Please sign in to comment.