Skip to content

Commit

Permalink
Change version for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmykane committed Jul 28, 2014
1 parent ffea1a1 commit c53618e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,7 +3,7 @@

setup(
name="git-up-all",
version="0.1.3",
version="0.1.4",
packages=find_packages(exclude=["tests"]),
scripts=['PyGitUpAll/gitupall.py'],
install_requires=['GitPython==0.3.2.RC1', 'git-up==1.1.4',
Expand All @@ -29,7 +29,7 @@
license="GPLv3",
keywords="git git-up git-up-all",
url="https://github.com/jimmykane/PyGitUpAll",
download_url='https://github.com/jimmykane/PyGitUpAll/tarball/0.1.3',
download_url='https://github.com/jimmykane/PyGitUpAll/tarball/0.1.4',
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Environment :: Console",
Expand Down

0 comments on commit c53618e

Please sign in to comment.