Skip to content

Commit

Permalink
fix: issues with pypi release and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar committed Jun 10, 2020
1 parent 055d26d commit 68032fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
2 changes: 1 addition & 1 deletion json2xml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Vinit Kumar"""
__email__ = "[email protected]"
__version__ = "3.4.0"
__version__ = "3.4.1"


# from .utils import readfromurl, readfromstring, readfromjson

0 comments on commit 68032fa

Please sign in to comment.