Skip to content

Commit

Permalink
Merge pull request #3 from canva-public/zmeers-upload
Browse files Browse the repository at this point in the history
Bump package version
  • Loading branch information
zmeers authored Aug 28, 2024
2 parents 4cc7044 + c3a1157 commit d512a93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python_package/flourishcharts/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) Zoe Meers.
# Distributed under the terms of the Modified BSD License.

version_info = (1, 0, 0, 0)
version_info = (1, 0, 0, 3)
__version__ = ".".join(map(str, version_info))
4 changes: 2 additions & 2 deletions python_package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ build-backend = "hatchling.build"

[project]
name = "flourishcharts"
version = "1.0.0.0"
dependencies = [ "anywidget",]
version = "1.0.0.3"
dependencies = [ "anywidget", "requests", "pandas"]
readme = "README.md"
[[project.authors]]
name = "Zoe Meers"
Expand Down

0 comments on commit d512a93

Please sign in to comment.