Skip to content

Commit

Permalink
Merge branch 'main' into benjijamorris-patch-9
Browse files Browse the repository at this point in the history
  • Loading branch information
benjijamorris authored Jul 1, 2024
2 parents 40b8f73 + 3fecc1b commit 1a95e19
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[bumpversion]
current_version = 0.2.0

current_version = 0.1.8

tag = True
commit = True

Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,15 @@ jobs:
environment: release
permissions:
id-token: write
contents: write # Add this permission to allow pushing the version bump
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetch all history for all branches and tags

- name: Setup PDM
uses: pdm-project/setup-pdm@v2
with:
python-version: "3.10"

- name: Configure Git
run: |
git config user.name github-actions
git config user.email [email protected]

- name: Build package
run: pdm build

Expand Down
4 changes: 3 additions & 1 deletion cyto_dl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
__version__ = "0.2.0"

__version__ = "0.1.8"



# silence bio packages warnings
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ build-backend = "pdm.pep517.api"

[project]
name = "cyto-dl"
version = "0.2.0"

version = "0.1.8"

description = """\
Collection of representation learning models, techniques, callbacks, utils, \
used to create latent variable models of cell shape, morphology and \
Expand Down

0 comments on commit 1a95e19

Please sign in to comment.