Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Apr 19, 2023
1 parent 1e322e8 commit 88a9776
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 @@ -73,7 +73,7 @@ dist: clean
python setup.py bdist_wheel


# Call example: make release version=1.5.0
# Call example: make release version=1.6.0
release: test 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
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
__title__ = 'geonamescache'
__version__ = '1.5.0'
__version__ = '1.6.0'
__author__ = 'Ramiro Gómez'
__license__ = 'MIT'

Expand Down

0 comments on commit 88a9776

Please sign in to comment.