diff --git a/python-rpmautospec.spec b/python-rpmautospec.spec index 6ae5e9c..2d32e92 100644 --- a/python-rpmautospec.spec +++ b/python-rpmautospec.spec @@ -4,7 +4,7 @@ %global srcname rpmautospec Name: python-rpmautospec -Version: 0.3.2 +Version: 0.3.3 Release: %autorelease Summary: Package and CLI tool to generate release fields and changelogs diff --git a/rpmautospec/version.py b/rpmautospec/version.py index f9aa3e1..e19434e 100644 --- a/rpmautospec/version.py +++ b/rpmautospec/version.py @@ -1 +1 @@ -__version__ = "0.3.2" +__version__ = "0.3.3"