diff --git a/lib/ec2imgutils/VERSION b/lib/ec2imgutils/VERSION index 7e2df97..6a7144d 100644 --- a/lib/ec2imgutils/VERSION +++ b/lib/ec2imgutils/VERSION @@ -1 +1 @@ -10.0.2 +10.0.3 diff --git a/python3-ec2imgutils.spec b/python3-ec2imgutils.spec index c675d03..1b946c6 100644 --- a/python3-ec2imgutils.spec +++ b/python3-ec2imgutils.spec @@ -19,7 +19,7 @@ %define upstream_name ec2imgutils Name: python3-ec2imgutils -Version: 10.0.2 +Version: 10.0.3 Release: 0 Summary: Image management utilities for AWS EC2 License: GPL-3.0+ diff --git a/setup.cfg b/setup.cfg index 962b1b4..b01c919 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 10.0.2 +current_version = 10.0.3 commit = True tag = True @@ -9,4 +9,3 @@ tag = True [metadata] license_file = LICENSE -