diff --git a/README.md b/README.md index 08aeceb..34dfd7b 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ Usage: ├── styles.css └── a.jpg > -> pub --root-dir mysite +> pub mysite/ the site is published: http://6426ed336771f2380224fb84--scintillating-mochi-760bd3.netlify.app ``` ## Publish Sites to Netlify With Custom Subdomains Too! ```bash -> pub --root-dir mysite --custom-domain dude.helpers.fun +> pub mysite dude.helpers.fun the site is published: http://6426ee6a10e4e43866b46a42--startling-gingersnap-425138.netlify.app the site is published at dude.helpers.fun. ``` diff --git a/setup.py b/setup.py index 24d18d4..9eea674 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name="publify", - version="0.1.9", + version="0.2.0", description="A CLI for publishing sites to Netlify and assigning custom domains to them.", author="Zev Averbach", author_email="zev@averba.ch",