Skip to content

Commit e64f98b

Browse files
committed
bump version
1 parent f6257cd commit e64f98b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pynite-plotly"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Add your description here"
55
readme = "README.md"
66
authors = [

src/pynite_plotly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
A 3rd party visualization module for PyNiteFEA using plotly
33
"""
4-
__version__ = "0.1.0"
4+
__version__ = "0.2.0"
55

66
from pynite_plotly.rendering import Renderer

0 commit comments

Comments
 (0)