Skip to content

Commit

Permalink
bump version and change address URL to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
VanDavv committed Oct 10, 2021
1 parent 6c04ec1 commit 4670ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cli/blobconverter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import sys
import tempfile
import urllib
from io import StringIO
from pathlib import Path
from os import path

Expand Down Expand Up @@ -94,7 +93,7 @@ def build(self):


__defaults = {
"url": "http://blobconverter.luxonis.com",
"url": "https://blobconverter.luxonis.com",
"version": Versions.v2021_4,
"shaves": 4,
"output_dir": Path.home() / Path('.cache/blobconverter'),
Expand Down
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='blobconverter',
version='1.2.1',
version='1.2.2',
description='The tool that allows you to covert neural networks to MyriadX blob',
long_description=io.open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4670ab5

Please sign in to comment.