From 68032fa0e876d42d452582f9e7999749cb236b88 Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Wed, 10 Jun 2020 08:22:03 +0530 Subject: [PATCH] fix: issues with pypi release and bump version --- Makefile | 3 +-- json2xml/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 19de695..7647c59 100644 --- a/Makefile +++ b/Makefile @@ -91,5 +91,4 @@ install: clean ## install the package to the active Python's site-packages release-to-py: rm -rf dist/* python setup.py install - python setup.py sdist upload - python setup.py bdist_wheel upload + twine upload dist/* diff --git a/json2xml/__init__.py b/json2xml/__init__.py index f694019..3a17f77 100644 --- a/json2xml/__init__.py +++ b/json2xml/__init__.py @@ -4,7 +4,7 @@ __author__ = """Vinit Kumar""" __email__ = "mail@vinitkumar.me" -__version__ = "3.4.0" +__version__ = "3.4.1" # from .utils import readfromurl, readfromstring, readfromjson