Skip to content

Commit 0a4fcfb

Browse files
committed
Publishing 0.2.4
1 parent a5d74dc commit 0a4fcfb

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "meadowrun"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "The easiest way to run python code on one or more remote machines"
55
authors = ["Richard Lee <[email protected]>"]
66
homepage = "https://github.com/meadowdata/meadowrun"

src/meadowrun/aws_integration/ec2_instance_allocation.py

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -67,26 +67,26 @@
6767
# replicate into each region.
6868
_AMIS = {
6969
"plain": {
70-
"us-east-2": "ami-0d948ec3621004e36",
71-
"us-east-1": "ami-0f22fcfd0529f7282",
72-
"us-west-1": "ami-093a1d387f032a3fa",
73-
"us-west-2": "ami-0b5da5aea62fe5b07",
74-
"eu-central-1": "ami-067f204dd8e04107c",
75-
"eu-west-1": "ami-00eb980c50e9da8e0",
76-
"eu-west-2": "ami-07a8039ca7e75b687",
77-
"eu-west-3": "ami-0f3ef3a78c8ff7823",
78-
"eu-north-1": "ami-05006b18936a4c1aa",
70+
"us-east-2": "ami-006426834f282c3d7",
71+
"us-east-1": "ami-0a4540d3f3b17083b",
72+
"us-west-1": "ami-0a6d423b268bd06f9",
73+
"us-west-2": "ami-05b88ca63237af1c3",
74+
"eu-central-1": "ami-069c39267dc71cdae",
75+
"eu-west-1": "ami-006504409325858f5",
76+
"eu-west-2": "ami-06d58467933fa0c6a",
77+
"eu-west-3": "ami-0f1785b9161c75451",
78+
"eu-north-1": "ami-07fbc877ae78b7395",
7979
},
8080
"cuda": {
81-
"us-east-2": "ami-0a7e23e38b9f2a1cd",
82-
"us-east-1": "ami-0dabcc24524177d49",
83-
"us-west-1": "ami-07b927135da43efc9",
84-
"us-west-2": "ami-0f20679734014d552",
85-
"eu-central-1": "ami-0b530745ee21083da",
86-
"eu-west-1": "ami-0f89dc1a2da737d36",
87-
"eu-west-2": "ami-01fcfce17a7c6143c",
88-
"eu-west-3": "ami-03409615e26aac085",
89-
"eu-north-1": "ami-06a7590fa15af0798",
81+
"us-east-2": "ami-07865bb6761dc8657",
82+
"us-east-1": "ami-077aa9248383469ed",
83+
"us-west-1": "ami-0b8f848d261a6109b",
84+
"us-west-2": "ami-00f484124d8047b1f",
85+
"eu-central-1": "ami-0094b1e101a507ce2",
86+
"eu-west-1": "ami-0c160e3d57cac1ef6",
87+
"eu-west-2": "ami-007cda2f67dfdc1f7",
88+
"eu-west-3": "ami-080ead48cf58b236e",
89+
"eu-north-1": "ami-0ac5d5a37b917c70a",
9090
},
9191
}
9292
SSH_USER = "ubuntu"

src/meadowrun/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.3"
1+
__version__ = "0.2.4"

0 commit comments

Comments
 (0)