Skip to content

Commit dc24000

Browse files
author
John Backus
committed
Bump version to 4.1.0
1 parent f071810 commit dc24000

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blockscore/http_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self, auth, options):
2020

2121
self.options = {
2222
'base': 'https://api.blockscore.com/',
23-
'user_agent': 'blockscore-python/4.0.0 (https://github.com/BlockScore/blockscore-python)'
23+
'user_agent': 'blockscore-python/4.1.0 (https://github.com/BlockScore/blockscore-python)'
2424
}
2525

2626
self.options.update(options)

setup.py

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

99
setup(
1010
name='blockscore',
11-
version='4.0.0',
11+
version='4.1.0',
1212
description='Official BlockScore API library client for python',
1313
author='John Backus',
1414
author_email='[email protected]',

0 commit comments

Comments
 (0)