Skip to content

Commit

Permalink
🚀 Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbercx committed May 11, 2023
1 parent dfe53ca commit 2a0afb6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cd
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
- 'v[0-9]+.[0-9]+.[0-9]+*'

jobs:

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## v0.1.1

Only a small fix to the `README.md` was added here, this release is mainly to test the automated deployment to PyPI.

## v0.1.0

First release on PyPI, tested with HyperQueue v0.15.0.
2 changes: 1 addition & 1 deletion aiida_hyperqueue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
AiiDA plugin for the HyperQueue metascheduler
"""

__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit 2a0afb6

Please sign in to comment.