Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Aug 3, 2022
1 parent 0ad39e7 commit 7f4f458
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.4.0
# Call example: make release version=1.5.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.4.0'
__version__ = '1.5.0'
__author__ = 'Ramiro Gómez'
__license__ = 'MIT'

Expand Down

0 comments on commit 7f4f458

Please sign in to comment.