Skip to content

Commit

Permalink
Make version same as pypi.
Browse files Browse the repository at this point in the history
Before running twine upload dist/*, execute python setup.py build_trans -D and python setup.py build_plugins to make translations and plugins included in source distribution, after that, run python setup.py sdist to create the source distribution.
  • Loading branch information
ideal committed Nov 27, 2017
1 parent a5e916d commit 746e1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -188,7 +188,7 @@ def run(self):
# Main setup
setup(
name = "mirror",
version = "0.7.2",
version = "0.7.4",
fullname = "Mirror for open source mirror site",
description = "Mirror for open source mirror site to sync files",
author = "Shang Yuanchun, Bob Gao",
Expand Down

0 comments on commit 746e1c7

Please sign in to comment.