Skip to content

Commit

Permalink
Update version to fn-graph 0.14.0
Browse files Browse the repository at this point in the history
 and publish
  • Loading branch information
JHSaunders committed May 28, 2020
1 parent 2d04600 commit c9faa6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = "fn_graph"
version = "0.13.0"
version = "0.14.0"
description = "Manage, maintain and reuse complex function graphs without the hassle."
authors = ["James Saunders <james@businessoptics.biz>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
setup(
long_description=readme,
name='fn_graph',
version='0.13.0',
version='0.14.0',
description='Manage, maintain and reuse complex function graphs without the hassle.',
python_requires='==3.*,>=3.7.0',
project_urls={"documentation": "https://fn-graph.readthedocs.io/", "homepage": "https://github.com/BusinessOptics/fn_graph", "repository": "https://github.com/BusinessOptics/fn_graph"},
Expand All @@ -35,5 +35,5 @@
package_dir={"": "."},
package_data={"fn_graph.examples": ["*.csv"]},
install_requires=['graphviz==0.*,>=0.13.2', 'littleutils==0.*,>=0.2.1', 'networkx==2.*,>=2.4.0'],
extras_require={"dev": ["black==18.*,>=18.3.0.a0", "mkdocs==1.*,>=1.0.0", "pytest==5.*,>=5.3.0", "recommonmark==0.*,>=0.6.0", "sphinx==2.*,>=2.2.0", "sphinx-rtd-theme==0.*,>=0.4.3"], "examples": ["matplotlib==3.*,>=3.0.0", "pandas==0.*,>=0.25.3", "plotly==4.*,>=4.0.0", "seaborn==0.*,>=0.10.0", "sklearn==0.*,>=0.0.0", "statsmodels==0.*,>=0.11.1", "yfinance"]},
extras_require={"dev": ["black==18.*,>=18.3.0.a0", "fn-deps==0.*,>=0.1.0", "mkdocs==1.*,>=1.0.0", "pytest==5.*,>=5.3.0", "recommonmark==0.*,>=0.6.0", "sphinx==2.*,>=2.2.0", "sphinx-rtd-theme==0.*,>=0.4.3"], "examples": ["matplotlib==3.*,>=3.0.0", "pandas==0.*,>=0.25.3", "plotly==4.*,>=4.0.0", "seaborn==0.*,>=0.10.0", "sklearn==0.*,>=0.0.0", "statsmodels==0.*,>=0.11.1", "yfinance==0.*,>=0.1.0"]},
)

0 comments on commit c9faa6f

Please sign in to comment.