Skip to content

Commit

Permalink
Merge pull request #97 from joefutrelle/release-1-2-1
Browse files Browse the repository at this point in the history
this will be release 1.2.1
  • Loading branch information
joefutrelle authored Feb 7, 2025
2 parents 3520228 + 2c8f7b7 commit 4d786ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ pip install git+https://github.com/joefutrelle/pyifcb
```
It is strongly recommended that you use a version tag when installing pyifcb. See [releases](https://github.com/joefutrelle/pyifcb/releases) for available version tags.

For example to install pyifcb 1.1.1,
For example to install pyifcb 1.2.1,
```
pip install 'git+https://github.com/joefutrelle/pyifcb@v1.1.1'
pip install 'git+https://github.com/joefutrelle/pyifcb@v1.2.1'
```

### From the latest git commit:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pyifcb"
version = "1.2"
version = "1.2.1"
description = "Imaging FlowCytobot Python API, generation 2"
readme = "README.md"
authors = [{name = "Joe Futrelle", email = "[email protected]"},
Expand Down
10 changes: 0 additions & 10 deletions requirements.txt

This file was deleted.

0 comments on commit 4d786ec

Please sign in to comment.