Skip to content

Commit 9f1b6e4

Browse files
committed
Bump version to 1.6.1
1 parent 8c80f56 commit 9f1b6e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
here = path.abspath(path.dirname(__file__))
55

6-
__version__ = "0.6.0"
6+
__version__ = "1.6.1"
77

88
# Get the long description from the README file
99
with open(path.join(here, 'README.md')) as f:

src/vfbquery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ def clear_solr_cache(query_type: str, term_id: str) -> bool:
9595
__solr_caching_available__ = False
9696

9797
# Version information
98-
__version__ = "0.6.0"
98+
__version__ = "1.6.1"

0 commit comments

Comments
 (0)