Skip to content

Commit 68032fa

Browse files
committed
fix: issues with pypi release and bump version
1 parent 055d26d commit 68032fa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,4 @@ install: clean ## install the package to the active Python's site-packages
9191
release-to-py:
9292
rm -rf dist/*
9393
python setup.py install
94-
python setup.py sdist upload
95-
python setup.py bdist_wheel upload
94+
twine upload dist/*

json2xml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """Vinit Kumar"""
66
__email__ = "[email protected]"
7-
__version__ = "3.4.0"
7+
__version__ = "3.4.1"
88

99

1010
# from .utils import readfromurl, readfromstring, readfromjson

0 commit comments

Comments
 (0)