Skip to content

Commit

Permalink
v3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chidimo committed Apr 18, 2018
1 parent d9db21a commit ea6540c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file removed dist/python-git-3.4.tar.gz
Binary file not shown.
Binary file added dist/python-git-3.5.tar.gz
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions python_git.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: python-git
Version: 3.4
Summary: Automate common git tasks
Version: 3.5
Summary: Automate boring git tasks
Home-page: https://github.com/immensity/pygit
Author: Chidi Orji
Author-email: orjichidi95@gmail.com
License: MIT
Download-URL: https://codeload.github.com/immensity/python-git/zip/master`
Download-URL: https://codeload.github.com/immensity/python-git/zip/master
Description: # python-git

Automate the boring git stuff with python
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -72,8 +72,8 @@ def readme():
return rhand.read()

setup(name='python-git',
version='3.4',
description='Automate common git tasks',
version='3.5',
description='Automate boring git tasks',
long_description=readme(),
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand All @@ -88,7 +88,7 @@ def readme():
],
keywords='automate boring git and github tasks',
url='https://github.com/immensity/pygit',
download_url='https://codeload.github.com/immensity/python-git/zip/master`',
download_url='https://codeload.github.com/immensity/python-git/zip/master',
author='Chidi Orji',
author_email='orjichidi95@gmail.com',
license='MIT',
Expand Down

0 comments on commit ea6540c

Please sign in to comment.