WIP: diffs and stuff

This commit is contained in:
Manuel Barkhau 2018-09-02 23:36:57 +02:00
parent 3471560eaa
commit ce9083ef85
7 changed files with 246 additions and 64 deletions

View file

@ -41,7 +41,7 @@ setuptools.setup(
author="Manuel Barkhau",
author_email="mbarkhau@gmail.com",
url="https://github.com/mbarkhau/pycalver",
version="201809.1a0",
version="201809.2b0",
description="CalVer versioning for python projects",
long_description=long_description,
@ -77,4 +77,4 @@ setuptools.setup(
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
],
)
)