Skip to content

Commit bc94035

Browse files
committed
Increment version to 0.3.0.
1 parent 85e7543 commit bc94035

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
from setuptools import find_packages
22
from setuptools import setup
33

4-
54
setup(
65
name='git-get-merge',
7-
version='0.2.1',
6+
version='0.3.0',
87
url='http://github.com/jianli/git-get-merge',
98
description='A git command to find the merge that introduced a given commit.',
109
packages=find_packages('.'),

0 commit comments

Comments
 (0)