Skip to content

Commit

Permalink
Merge pull request #168 from AllenNeuralDynamics/release-v1.5.1
Browse files Browse the repository at this point in the history
Release v1.5.1
  • Loading branch information
jtyoung84 authored Sep 28, 2024
2 parents 6c1a082 + 2292d5e commit 7b8d6a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
'pydantic>=2.7,<2.9',
'pydantic-settings>=2.0',
'aind-data-schema>=1.0.0',
'aind_data_transfer_models==0.9.0'
'aind-data-transfer-models==0.9.1'
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/aind_data_transfer_service/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Init package"""
import os

__version__ = "1.5.0"
__version__ = "1.5.1"

# Global constants
OPEN_DATA_BUCKET_NAME = os.getenv("OPEN_DATA_BUCKET_NAME", "open")
Expand Down

0 comments on commit 7b8d6a9

Please sign in to comment.