Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Jul 27, 2023
1 parent 3705e79 commit 352a0b1
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 @@ -34,7 +34,7 @@ test-cli:
wikidata_dl/cli.py --cache-dir tests/data --timeout 0 tests/queries/nevada-events.sparql


# Call example: make release version=2022.11.04
# Call example: make release version=2023.07.27
release: build
git tag -a $(version) -m 'Create version $(version)'
git push --tags
Expand Down
2 changes: 1 addition & 1 deletion wikidata_dl/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__author__ = 'Ramiro Gómez'
__email__ = '[email protected]'
__version__ = '2022.11.04'
__version__ = '2023.07.27'

0 comments on commit 352a0b1

Please sign in to comment.