Skip to content

Commit c68f013

Browse files
committed
added missing name
1 parent 7d61796 commit c68f013

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

setup.py

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

44
# This is also defined in simfin/__init__.py and must be
55
# updated in both places.
6-
MY_VERSION = '0.8.0'
6+
MY_VERSION = '0.8.1'
77

88
setup(
99
name='simfin',

simfin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is also defined in setup.py and must be updated in both places.
2-
__version__ = "0.8.0"
2+
__version__ = "0.8.1"
33

44
# Expose the following as top-level imports.
55

simfin/names_extra.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,6 @@
260260
VOL_TURN = VOLUME_TURNOVER = 'Volume Turnover'
261261

262262
##########################################################################
263+
# Other
264+
#: Shares outstanding as per last available date for the 'shareprices' dataset.
265+
SHARES_OUTSTANDING = 'Shares Outstanding'

0 commit comments

Comments
 (0)