Skip to content

Commit

Permalink
version 0.4.8
Browse files Browse the repository at this point in the history
This revision only fixes github issue #109, which was a typo
in the simulator.
  • Loading branch information
enzbus committed Sep 6, 2023
1 parent c120563 commit efb2031
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cvxportfolio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
The __all__ attribute of each is used.
"""

__version__ = "0.4.7"
__version__ = "0.4.8"

from .simulator import *
from .policies import *
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
author = 'The Cvxportfolio Authors'

# The full version, including alpha/beta/rc tags
release = '0.4.7'
release = '0.4.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='cvxportfolio',
version='0.4.7',
version='0.4.8',
author='Enzo Busseti, Stephen Boyd, Steven Diamond, BlackRock Inc.',
maintainer='Enzo Busseti',
author_email='[email protected]',
Expand Down

0 comments on commit efb2031

Please sign in to comment.