Skip to content

Commit

Permalink
Updated version, conf, and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
quantgirluk committed Jan 16, 2024
1 parent 67918d8 commit 71c711c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'fanchart'
copyright = '2023, Dialid Santiago'
copyright = '2023-2024, Dialid Santiago'
author = 'Dialid Santiago'
release = '1.0.3'
release = '1.1.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions fanchart/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__title__ = "fanchart"
__description__ = "Library to create Fan Charts as introduced by the Bank of England in 1996."
__url__ = "https://github.com/quantgirluk/fanchart"
__version__ = "1.0.3"
__version__ = "1.1.0"
__author__ = "Dialid Santiago"
__license__ = "MIT"
__copyright__ = "Copyright 2020-2023 Dialid Santiago"
__copyright__ = "Copyright 2020-2024 Dialid Santiago"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ include = ["fanchart/data/*.csv",

[project]
name = "fanchart"
version = "1.0.3"
version = "1.1.0"
authors = [{name = "Dialid Santiago", email = "[email protected]" }]
description = "Library to create Fan Charts as introduced by the Bank of England in 1996."
readme = "README.md"
requires-python = ">=3.8,<3.11"
dependencies = ["pandas>=1.5.3",
"numpy>=1.23.5",
"numpy<1.24.0",
"matplotlib>=3.6.2",
"twopiece>=1.3.1",
]
Expand Down

0 comments on commit 71c711c

Please sign in to comment.