Skip to content

Commit 63eb92c

Browse files
committed
Bump version
1 parent f2e0c47 commit 63eb92c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dist: clean
7373
python setup.py bdist_wheel
7474

7575

76-
# Call example: make release version=1.6.0
76+
# Call example: make release version=2.0.0
7777
release: test dist
7878
git tag -a $(version) -m 'Create version $(version)'
7979
git push --tags

geonamescache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
__title__ = 'geonamescache'
3-
__version__ = '1.6.0'
3+
__version__ = '2.0.0'
44
__author__ = 'Ramiro Gómez'
55
__license__ = 'MIT'
66

0 commit comments

Comments
 (0)