Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed May 20, 2020
1 parent dc7d765 commit f004008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ install: clean
pip install -r requirements.txt --use-mirrors
python setup.py install

# Call example: make release version=1.1.0
# Call example: make release version=1.2.0
release: clean dist
git tag -a $(version) -m 'Create version $(version)'
git push --tags
Expand Down
2 changes: 1 addition & 1 deletion geonamescache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

__title__ = 'geonamescache'
__version__ = '1.1.0'
__version__ = '1.2.0'
__author__ = 'Ramiro Gómez'
__license__ = 'MIT'

Expand Down

0 comments on commit f004008

Please sign in to comment.