Skip to content

Commit

Permalink
Merge pull request #2 from duckinator/release
Browse files Browse the repository at this point in the history
Release v0.1.1
  • Loading branch information
duckinator authored Mar 4, 2024
2 parents ea435ad + cbc97b8 commit c5cacc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Release_task:
- apt-get update
- apt-get install -y git
- pip install -U pip
- pip3 install . .[test]
- pip3 install . .[test] bork
build_script:
- bork clean
- bork build
Expand Down
2 changes: 1 addition & 1 deletion homf/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file should only ever be modified to change the version.
# This will automatically prepare and create a release.

__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit c5cacc1

Please sign in to comment.