Skip to content

Commit

Permalink
Version bump to v0.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Oct 23, 2024
1 parent f3e2c70 commit bbcc7c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Let's say **you have some ophyd and ophyd-async devices** defined
specific to guarneri, just regular Ophyd.

.. code-block:: python
:caption: devices.py
from ophyd_async.epics import epics_signal_rw
from ophyd_async.core import AsyncDevice
Expand Down Expand Up @@ -61,7 +60,6 @@ arguments of a factory that returns a device.


.. code-block:: toml
:caption: instrument.toml
[my_device.device1]
prefix = '255id:'
Expand All @@ -77,7 +75,6 @@ Then in your beamline startup code, create a Guarneri instrument and
load the config files.

.. code-block:: python
:caption: instrument.py
from io import StringIO
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "guarneri"
version = "0.0.0"
version = "0.0.1"
authors = [
{ name="Mark Wolfman", email="wolfman@anl.gov" },
]
Expand Down

0 comments on commit bbcc7c0

Please sign in to comment.