Skip to content

Commit

Permalink
Merge pull request #153 from AllenNeuralDynamics/release-v1.4.1
Browse files Browse the repository at this point in the history
Release v1.4.1
  • Loading branch information
jtyoung84 authored Sep 15, 2024
2 parents a68030f + 4ba4032 commit 6ac5d08
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.8.3'
'aind-data-transfer-models==0.8.4'
]

[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.4.0"
__version__ = "1.4.1"

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

0 comments on commit 6ac5d08

Please sign in to comment.