Skip to content

Commit 08b1f5f

Browse files
committed
chore(ver): bump 2.0.0-->2.1.0.dev0
1 parent f0988cc commit 08b1f5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install:
3838
git config --global user.name "Travis Runner"
3939
4040
- pip install -e .
41-
- pip install -I git+https://github.com/ankostis/smmap.git@leaks
41+
- pip install -I git+https://github.com/ankostis/smmap.git@v2.1.0.dev0
4242

4343
build: false
4444

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ git:
1212
depth: 1000
1313
install:
1414
- pip install coveralls
15-
- pip install -I git+https://github.com/ankostis/smmap.git@leaks
15+
- pip install -I git+https://github.com/ankostis/smmap.git@v2.1.0.dev0
1616
script:
1717
- ulimit -n 48
1818
- ulimit -n

gitdb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__author__ = "Sebastian Thiel"
1111
__contact__ = "[email protected]"
1212
__homepage__ = "https://github.com/gitpython-developers/gitdb"
13-
version_info = (2, 0, 0)
13+
version_info = (2, 1, 0, 'dev0')
1414
__version__ = '.'.join(str(i) for i in version_info)
1515

1616

0 commit comments

Comments
 (0)