Skip to content

Commit

Permalink
Merge pull request #3 from gbouras13/dev
Browse files Browse the repository at this point in the history
v0.1.1
  • Loading branch information
gbouras13 authored Oct 9, 2023
2 parents 5ef1767 + dfaf350 commit 26ac29c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.0
python-version: 3.10
activate-environment: pypolca
environment-file: build/environment.yaml
auto-activate-base: false
Expand Down
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

0.1.1 (2023-10-09)
------------------

* Patch release to fix the release.yaml uploads to pypi.

0.1.0 (2023-10-09)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pypolca"
version = "0.1.0" # change VERSION too
version = "0.1.1" # change VERSION too
description = "Standalone Python implementation of the POLCA polisher from MaSuRCA"
authors = ["George Bouras <george.bouras@adelaide.edu.au>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/pypolca/utils/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit 26ac29c

Please sign in to comment.