Skip to content

Commit 95e6040

Browse files
committed
Release: smithy-python codegen 0.2.0
1 parent 0126c02 commit 95e6040

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

codegen/aws/core/src/main/java/software/amazon/smithy/python/aws/codegen/AwsPythonDependency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ private AwsPythonDependency() {}
2222
*/
2323
public static final PythonDependency SMITHY_AWS_CORE = new PythonDependency(
2424
"smithy_aws_core",
25-
"~=0.2.0",
25+
"~=0.3.0",
2626
PythonDependency.Type.DEPENDENCY,
2727
false);
2828
}

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
allprojects {
1717
group = "software.amazon.smithy.python"
18-
version = "0.1.0"
18+
version = "0.2.0"
1919
}

codegen/core/src/main/java/software/amazon/smithy/python/codegen/SmithyPythonDependency.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public final class SmithyPythonDependency {
2222
*/
2323
public static final PythonDependency SMITHY_CORE = new PythonDependency(
2424
"smithy_core",
25-
"~=0.2.0",
25+
"~=0.3.0",
2626
Type.DEPENDENCY,
2727
false);
2828

@@ -78,7 +78,7 @@ public final class SmithyPythonDependency {
7878
*/
7979
public static final PythonDependency SMITHY_AWS_CORE = new PythonDependency(
8080
"smithy_aws_core",
81-
"~=0.2.0",
81+
"~=0.3.0",
8282
Type.DEPENDENCY,
8383
false);
8484

0 commit comments

Comments
 (0)