Skip to content

Commit 9adc85b

Browse files
committed
Minor changes for release
1 parent cd65e68 commit 9adc85b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

finlearner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
)
6767

6868
# Version
69-
__version__ = '0.1.1'
69+
__version__ = '0.1.2'
7070

7171
__all__ = [
7272
# Data

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "finlearner"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "State-of-the-art Financial Analysis & Deep Learning Library"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)