We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e7543 commit bc94035Copy full SHA for bc94035
setup.py
@@ -1,10 +1,9 @@
1
from setuptools import find_packages
2
from setuptools import setup
3
4
-
5
setup(
6
name='git-get-merge',
7
- version='0.2.1',
+ version='0.3.0',
8
url='http://github.com/jianli/git-get-merge',
9
description='A git command to find the merge that introduced a given commit.',
10
packages=find_packages('.'),
0 commit comments