Skip to content

Commit

Permalink
added missing name
Browse files Browse the repository at this point in the history
  • Loading branch information
thf24 committed Jul 10, 2020
1 parent 7d61796 commit c68f013
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# This is also defined in simfin/__init__.py and must be
# updated in both places.
MY_VERSION = '0.8.0'
MY_VERSION = '0.8.1'

setup(
name='simfin',
Expand Down
2 changes: 1 addition & 1 deletion simfin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is also defined in setup.py and must be updated in both places.
__version__ = "0.8.0"
__version__ = "0.8.1"

# Expose the following as top-level imports.

Expand Down
3 changes: 3 additions & 0 deletions simfin/names_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,6 @@
VOL_TURN = VOLUME_TURNOVER = 'Volume Turnover'

##########################################################################
# Other
#: Shares outstanding as per last available date for the 'shareprices' dataset.
SHARES_OUTSTANDING = 'Shares Outstanding'

0 comments on commit c68f013

Please sign in to comment.