We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e0c47 commit 63eb92cCopy full SHA for 63eb92c
Makefile
@@ -73,7 +73,7 @@ dist: clean
73
python setup.py bdist_wheel
74
75
76
-# Call example: make release version=1.6.0
+# Call example: make release version=2.0.0
77
release: test dist
78
git tag -a $(version) -m 'Create version $(version)'
79
git push --tags
geonamescache/__init__.py
@@ -1,6 +1,6 @@
1
# -*- coding: utf-8 -*-
2
__title__ = 'geonamescache'
3
-__version__ = '1.6.0'
+__version__ = '2.0.0'
4
__author__ = 'Ramiro Gómez'
5
__license__ = 'MIT'
6
0 commit comments