We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761ee3a commit 5eebc9dCopy full SHA for 5eebc9d
cvxportfolio/__init__.py
@@ -17,7 +17,7 @@
17
modules. The __all__ attribute of each is used.
18
"""
19
20
-__version__ = "1.1.0"
+__version__ = "1.1.1"
21
22
from .constraints import *
23
from .costs import *
docs/conf.py
@@ -30,7 +30,7 @@
30
author = 'The Cvxportfolio Authors'
31
32
# The full version, including alpha/beta/rc tags
33
-release = "1.1.0"
+release = "1.1.1"
34
35
# The language for content autogenerated by Sphinx. Refer to documentation
36
# for a list of supported languages.
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "cvxportfolio"
3
-version = "1.1.0"
+version = "1.1.1"
4
description = "Portfolio optimization and back-testing."
5
readme = "README.rst"
6
license = {text = "Apache License (2.0)"}
0 commit comments