-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
semantic-release
committed
Jul 25, 2024
1 parent
c2cb99d
commit d5dae5c
Showing
3 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.4.2" | ||
__version__ = "0.5.0" | ||
|
||
from .core import Maidr | ||
from .core.enum import PlotType | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ authors = [ | |
"JooYoung Seo <[email protected]>", | ||
"Saairam Venkatesh <[email protected]>" | ||
] | ||
version = "0.4.2" | ||
version = "0.5.0" | ||
classifiers = [ | ||
"Intended Audience :: End Users/Desktop", | ||
"Intended Audience :: Financial and Insurance Industry", | ||
|