Skip to content

Commit

Permalink
bump version to 3.1.1 (#107)
Browse files Browse the repository at this point in the history
* bump version to 3.1.1

* Reverting to old stable debain version to let the build pass

---------

Co-authored-by: Himtanaya Bhadada <himmy@amazon.com>
  • Loading branch information
Himtanaya and Himtanaya Bhadada authored Jul 11, 2023
1 parent 079941f commit 0c447f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="aws-embedded-metrics",
version="3.1.0",
version="3.1.1",
author="Amazon Web Services",
author_email="jarnance@amazon.com",
description="AWS Embedded Metrics Package",
Expand Down
2 changes: 1 addition & 1 deletion tests/integ/agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:latest
FROM debian:bullseye

RUN apt-get update && \
apt-get install -y ca-certificates curl && \
Expand Down

0 comments on commit 0c447f9

Please sign in to comment.