Skip to content

Commit

Permalink
0.10.2
Browse files Browse the repository at this point in the history
Merge pull request #54 from hephy-dd/devel
  • Loading branch information
arnobaer authored Jun 29, 2020
2 parents ec5e02e + 6abf6d4 commit 033d436
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See the documentation on https://hephy-dd.github.io/comet/
Install from GitHub using pip

```bash
pip install git+https://github.com/hephy-dd/comet.git@0.10.1
pip install git+https://github.com/hephy-dd/comet.git@0.10.2
```

## Quick start
Expand Down
2 changes: 1 addition & 1 deletion comet/driver/hephy/shuntbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class ShuntBox(Driver):

def __init__(self, resource, **kwargs):
super().__init__(resource, **kwargs)
relays = Relays(self.resource)
self.relays = Relays(self.resource)

@property
def identification(self) -> str:
Expand Down
2 changes: 1 addition & 1 deletion comet/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.10.1'
__version__ = '0.10.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='comet',
version='0.10.1',
version='0.10.2',
author="Bernhard Arnold",
author_email="bernhard.arnold@oeaw.ac.at",
description="Control and Measurement Toolkit",
Expand Down

0 comments on commit 033d436

Please sign in to comment.