Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oganm committed Aug 8, 2024
1 parent a5068c0 commit 79bad68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemmapy/sdk/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'gemmapy/1.0.6'
self.user_agent = 'gemmapy/1.0.7'

def __del__(self):
self.pool.close()
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = gemmapy
version = 1.0.6
version = 1.0.7
description = a Python Wrapper for the Gemma API
long_description = file: README.rst
keywords = gemma, bioinformatics
Expand Down

0 comments on commit 79bad68

Please sign in to comment.