Skip to content

Commit 9acdce2

Browse files
committed
Update to Bloomberg C API 3.12.3
1 parent 785e58e commit 9acdce2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Bloomberg Python API version 3.9
2-
================================
1+
Bloomberg Python API version 3.12
2+
=================================
33

44
This directory contains an interface for interacting with Bloomberg API
55
services using the Python programming language. This package is the source

setup.py

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

1212
os.chdir(os.path.dirname(os.path.realpath(__file__)))
1313
platform = plat.system().lower()
14-
versionString = '3.12.2'
14+
versionString = '3.12.3'
1515

1616
if version < '2.6':
1717
raise Exception(

0 commit comments

Comments
 (0)