Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sigvef committed Sep 2, 2017
1 parent 4fd6668 commit 8a5d082
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import find_packages, setup
from setuptools import setup

dependencies = [
'GitPython==2.1.5',
Expand All @@ -9,7 +9,7 @@

setup(
name='git-praise',
version='1.0.0',
version='1.1.0',
url='https://github.com/sigvef/git-praise',
license='MIT',
author='Sigve Sebastian Farstad',
Expand All @@ -30,6 +30,7 @@
'Environment :: Console',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
]
)

0 comments on commit 8a5d082

Please sign in to comment.