diff --git a/README.md b/README.md index 9a8a9b0..cc36033 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Low Level Python API to directly create Phoebus widgets. All standard Phoebus wi - Strip Chart - X/Y Plot -See [here](docs/widget.md) for more details on available widgets and their methods. +See [here](docs/html) for more details on the available methods for each widget. Example - ```text_update_xml = phoebusgen.widget.TextUpdate(widget_name, pv_name, x, y, height, width)``` diff --git a/setup.py b/setup.py index 4ce8576..3adf31f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="phoebusgen", - version="2.2.0", + version="2.3.0", author="Tynan Ford", author_email="tford@lbl.gov", description="Control screen generator for Phoebus",