Skip to content

Commit 2a0afb6

Browse files
committed
πŸš€ Release v0.1.1
1 parent dfe53ca commit 2a0afb6

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

β€Ž.github/workflows/cd.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cd
33
on:
44
push:
55
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+*'
6+
- 'v[0-9]+.[0-9]+.[0-9]+*'
77

88
jobs:
99

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## v0.1.1
2+
3+
Only a small fix to the `README.md` was added here, this release is mainly to test the automated deployment to PyPI.
4+
5+
## v0.1.0
6+
7+
First release on PyPI, tested with HyperQueue v0.15.0.

β€Žaiida_hyperqueue/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
AiiDA plugin for the HyperQueue metascheduler
66
"""
77

8-
__version__ = '0.1.0'
8+
__version__ = '0.1.1'

0 commit comments

Comments
Β (0)