Skip to content

Commit

Permalink
2023.6.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and Factor Pricing Model committed Jul 26, 2023
1 parent 884c267 commit 2167e4a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All noteable changes to this project will be documented in this file.

<!--next-version-placeholder-->

## v2023.6.1 (2023-07-26)



## v2023.6.0 (2023-07-26)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "factor-pricing-model-risk-model"
version = "2023.6.0"
version = "2023.6.1"
description = "Package to build risk models for factor pricing model"
authors = ["Factor Pricing Model <factor.pricing.model@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/fpm_risk_model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2023.6.0"
__version__ = "2023.6.1"

# flake8: noqa
from .cov_estimator import CovarianceEstimator, RollingCovarianceEstimator
Expand Down

0 comments on commit 2167e4a

Please sign in to comment.