Skip to content

Commit f0eaf08

Browse files
committed
version re-bump
1 parent e3896d7 commit f0eaf08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gemmapy/sdk/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7373
self.default_headers[header_name] = header_value
7474
self.cookie = cookie
7575
# Set default User-Agent.
76-
self.user_agent = 'gemmapy/"2.0.6"'
76+
self.user_agent = 'gemmapy/"2.0.7"'
7777

7878
def __del__(self):
7979
self.pool.close()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "gemmapy"
77
description = "a Python Wrapper for the Gemma API"
88
keywords = ["gemma", "bioinformatics"]
99
readme = "README.rst"
10-
version = "2.0.6"
10+
version = "2.0.7"
1111
requires-python = ">=3.10"
1212
dependencies = [
1313
'certifi >= 14.05.14',

0 commit comments

Comments
 (0)