Skip to content

Commit

Permalink
Merge pull request #255 from capitalone/develop
Browse files Browse the repository at this point in the history
Release v0.5.7
  • Loading branch information
fdosani authored Jan 23, 2024
2 parents 09a4344 + fc2b444 commit 5511c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locopy/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.5.6"
__version__ = "0.5.7"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{ name="Faisal Dosani", email="[email protected]" },
]
license = {text = "Apache Software License"}
dependencies = ["boto3<=1.33.10,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.4,>=0.25.2", "numpy<=1.26.2,>=1.22.0"]
dependencies = ["boto3<=1.34.22,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.4,>=0.25.2", "numpy<=1.26.3,>=1.22.0"]

requires-python = ">=3.8.0"
classifiers = [
Expand Down

0 comments on commit 5511c4f

Please sign in to comment.