Skip to content

Commit

Permalink
update version and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhailin-Leo committed Nov 3, 2024
1 parent d50cbb7 commit bde68fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyecharts/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.0.6"
__version__ = "2.0.7"
__author__ = "chenjiandongx"
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def run(self):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries",
],
cmdclass={"upload": UploadCommand},
Expand Down

0 comments on commit bde68fd

Please sign in to comment.