Bump version.

This commit is contained in:
Julien Palard 2021-01-19 16:25:55 +01:00
parent f3527b905d
commit 0a763d075e
3 changed files with 4 additions and 4 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.venv/
dist/
build/

View File

@ -1,7 +1,7 @@
[metadata]
name = ansible-parallel
# Format is YYYY.MM.DD (https://calver.org/)
version = 2021.1.4
version = 2021.1.19
description = Run ansible playbooks in parallel.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8

View File

@ -1,3 +0,0 @@
import setuptools
setuptools.setup()