Skip to content

Commit

Permalink
Bump version: 0.0.3 → 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
markdoerr committed Jul 11, 2024
1 parent cae878a commit 7bb9556
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.3
current_version = 0.0.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_lw_ontology_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
pull_request:

env:
PACKAGE_VERSION: 0.0.3
PACKAGE_VERSION: 0.0.4
PACKAGE_NAME: labop_labware_ontology-$PACKAGE_VERSION

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_lw_sila_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
pull_request:

env:
PACKAGE_VERSION: 0.0.3
PACKAGE_VERSION: 0.0.4
PACKAGE_NAME: labop_labware_sila-$PACKAGE_VERSION

jobs:
Expand Down
2 changes: 1 addition & 1 deletion SiLA/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "labop_labware_sila"
version = "0.0.3"
version = "0.0.4"
requires-python = ">=3.9"
dependencies = [
"sila2",
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4
2 changes: 1 addition & 1 deletion labop_labware_ontology/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
__author__ = """mark doerr"""
__email__ = "[email protected]"
__contributors__ = f"""{__author__}, Robert Goldman, Timmothy (Tim) Fallon"""
__version__ = "0.0.3"
__version__ = "0.0.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "labop_labware_ontology"
version = "0.0.3"
version = "0.0.4"
readme = "README.md"
license = {text = "MIT"}
classifiers=[
Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pandas==1.4.1
rdflib-endpoint
EMMontoPy
# LabOP Labware Ontology
git+https://github.com/bioprotocols/[email protected].3#egg=labop_labware_ontology
labop_labware_ontology==0.0.3
git+https://github.com/bioprotocols/[email protected].4#egg=labop_labware_ontology
labop_labware_ontology==0.0.4
# SiLA Labware Databank server
git+https://github.com/bioprotocols/[email protected].3#egg=labop_labware_sila&subdirectory=SiLA
labop_labware_sila==0.0.3
git+https://github.com/bioprotocols/[email protected].4#egg=labop_labware_sila&subdirectory=SiLA
labop_labware_sila==0.0.4

0 comments on commit 7bb9556

Please sign in to comment.