We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6257cd commit e64f98bCopy full SHA for e64f98b
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pynite-plotly"
3
-version = "0.1.0"
+version = "0.2.0"
4
description = "Add your description here"
5
readme = "README.md"
6
authors = [
src/pynite_plotly/__init__.py
"""
A 3rd party visualization module for PyNiteFEA using plotly
-__version__ = "0.1.0"
+__version__ = "0.2.0"
from pynite_plotly.rendering import Renderer
0 commit comments