diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3516cb9 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.formatting.provider": "autopep8" +} \ No newline at end of file diff --git a/hear21passt/__init__.py b/hear21passt/__init__.py index 877c2de..7fd5fec 100644 --- a/hear21passt/__init__.py +++ b/hear21passt/__init__.py @@ -1,5 +1,5 @@ -__version__ = "0.0.18" +__version__ = "0.0.20" def embeding_size(hop=50, embeding_size=1000):