From 10c0432211d895562576d244bc5b69898333bf37 Mon Sep 17 00:00:00 2001 From: romainx Date: Mon, 5 Oct 2020 20:41:31 +0200 Subject: [PATCH] Ignore and remove .vscode bump package version --- .gitignore | 3 +++ .vscode/settings.json | 11 ----------- setup.py | 2 +- 3 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 7b54a3d..981634a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# IDE +.vscode + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 13f4f67..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "spellright.language": [ - "fr", - "en" - ], - "spellright.documentTypes": [ - "markdown", - "latex", - "plaintext" - ] -} \ No newline at end of file diff --git a/setup.py b/setup.py index 7ecb5ac..8159b37 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="jupyter-codeserver-proxy", - version='1.0b3', + version='1.0b4', url="https://github.com/dirkcgrunwald/jupyter-codeserver-proxy.git", author="Dirk Grunwald based on Project Jupyter Contributors", description="grunwald@colorado.edu",