Skip to content

Commit

Permalink
Merge pull request #264 from capitalone/develop
Browse files Browse the repository at this point in the history
Release v0.5.8
  • Loading branch information
fdosani committed Apr 15, 2024
2 parents 5511c4f + 215aeb3 commit 90c8c8a
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.7"
__version__ = "0.5.8"
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.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"]
dependencies = ["boto3<=1.34.83,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.2.2,>=0.25.2", "numpy<=1.26.4,>=1.22.0"]

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

0 comments on commit 90c8c8a

Please sign in to comment.