From 6e5278e30a59b6cfcf2ea1484c73cce49523e9a5 Mon Sep 17 00:00:00 2001 From: Satwik Date: Fri, 20 Dec 2019 01:23:20 +0530 Subject: [PATCH] More cleanup and another version bump --- .npmignore | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.npmignore b/.npmignore index 5b48b06..57de941 100644 --- a/.npmignore +++ b/.npmignore @@ -1,9 +1,8 @@ +.DS_Store .idea/ irrelevant/ -wtfpython-pypi/build/ -wtfpython-pypi/dist/ -wtfpython-pypi/wtfpython.egg-info +wtfpython-pypi/** # Python-specific byte-compiled files should be ignored __pycache__/ diff --git a/package.json b/package.json index bdfa76f..eae9e95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wtfpython", - "version": "2.2.1", + "version": "2.2.2", "description": "A collection of surprising Python snippets and lesser known features. [ARCHIVED]", "bin": "wtfpython", "scripts": {