diff --git a/README.md b/README.md index 34dfd7b..c7d33c7 100644 --- a/README.md +++ b/README.md @@ -112,4 +112,5 @@ To do this magic, you have to first - [ ] add support for partial updates, so it's not only about subdomains, but also `/sub-pages` - [ ] add some color and spinners to the CLI using Rich +- [ ] sitemap.xml generation diff --git a/setup.py b/setup.py index 9eea674..5abbd43 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name="publify", - version="0.2.0", + version="0.2.1", description="A CLI for publishing sites to Netlify and assigning custom domains to them.", author="Zev Averbach", author_email="zev@averba.ch",