Skip to content

Commit

Permalink
bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tynanford committed Sep 30, 2021
1 parent 4ba9114 commit cb81eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="phoebusgen",
version="2.2.0",
version="2.3.0",
author="Tynan Ford",
author_email="[email protected]",
description="Control screen generator for Phoebus",
Expand Down

0 comments on commit cb81eda

Please sign in to comment.