Skip to content

Commit 5e4c7db

Browse files
Version bump (#40)
* Add more cboe and conditions to the readme * missed a spot * version bump
1 parent d75d09f commit 5e4c7db

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

intriniorealtime/equities_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
HEADER_MESSAGE_FORMAT_KEY = "UseNewEquitiesFormat"
3333
HEADER_MESSAGE_FORMAT_VALUE = "v2"
3434
HEADER_CLIENT_INFORMATION_KEY = "Client-Information"
35-
HEADER_CLIENT_INFORMATION_VALUE = "IntrinioPythonSDKv6.0.1"
35+
HEADER_CLIENT_INFORMATION_VALUE = "IntrinioPythonSDKv6.0.2"
3636

3737

3838
class EquitiesQuote:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def readme():
77
setup(
88
name = 'intriniorealtime',
99
packages = ['intriniorealtime'],
10-
version = '6.0.1',
10+
version = '6.0.2',
1111
author = 'Intrinio Python SDK for Real-Time Stock Prices',
1212
author_email = 'success@intrinio.com',
1313
url = 'https://intrinio.com',
@@ -16,7 +16,7 @@ def readme():
1616
long_description_content_type = 'text/markdown',
1717
install_requires = ['requests>=2.26.0','websocket-client>=1.2.1','wsaccel>=0.6.3', 'intrinio-sdk>=6.26.0'],
1818
python_requires = '~=3.10',
19-
download_url = 'https://github.com/intrinio/intrinio-realtime-python-sdk/archive/v6.0.1.tar.gz',
19+
download_url = 'https://github.com/intrinio/intrinio-realtime-python-sdk/archive/v6.0.2.tar.gz',
2020
keywords = ['realtime','stock prices','intrinio','stock market','stock data','financial'],
2121
classifiers = [
2222
'Intended Audience :: Financial and Insurance Industry',

0 commit comments

Comments
 (0)