Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
Fixed package assets
  • Loading branch information
arnobaer authored Mar 17, 2020
2 parents d9cef28 + 8741ee0 commit 5e1ecac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.8.0
pip install git+https://github.com/hephy-dd/comet.git@0.8.1
```

## Quick start
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.8.0'
__version__ = '0.8.1'
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ graphical user interface. COMET works on Linux and Windows operating systems.
Install from GitHub using pip

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

### Quick start
Expand Down
3 changes: 2 additions & 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.8.0',
version='0.8.1',
author="Bernhard Arnold",
author_email="bernhard.arnold@oeaw.ac.at",
description="Control and Measurement Toolkit",
Expand All @@ -19,6 +19,7 @@
package_data={
'comet': [
'assets/icons/*.svg',
'assets/icons/*.ico',
'widgets/*.ui',
],
},
Expand Down

0 comments on commit 5e1ecac

Please sign in to comment.