Skip to content

Commit 5d4a465

Browse files
committed
Bump version to 1.7.2
1 parent 1a074ef commit 5d4a465

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__ = "1.7.1"
6+
__version__ = "1.7.2"
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
@@ -98,4 +98,4 @@ def clear_solr_cache(query_type: str, term_id: str) -> bool:
9898
__solr_caching_available__ = False
9999

100100
# Version information
101-
__version__ = "1.7.1"
101+
__version__ = "1.7.2"

0 commit comments

Comments
 (0)