diff --git a/setup.cfg b/setup.cfg index afeddfd..e511f99 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.8 +current_version = 0.1.9 commit = True tag = True message = :bookmark: [ci skip] Bump version: {current_version} → {new_version} diff --git a/setup.py b/setup.py index 9bfad20..4c57750 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="gitfeatures", - version="0.1.8", + version="0.1.9", packages=["gitfeatures"], license="MIT", long_description=long_description,