updated version and gitignore:

This commit is contained in:
2023-03-31 19:42:36 +02:00
parent 133097b0d9
commit 2a436c9a0e
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ env/
__pycache__/
*egg-info/
dist/
TODO.md

View File

@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name="publify",
version="0.1.5",
version="0.1.6",
description="A CLI for publishing sites to Netlify and assigning custom domains to them.",
author="Zev Averbach",
author_email="zev@averba.ch",