diff --git a/proselint/version.py b/proselint/version.py index 17e524a86..4f3e23c29 100644 --- a/proselint/version.py +++ b/proselint/version.py @@ -1,3 +1,3 @@ """Proselint version number.""" -__version__ = "0.3.5" +__version__ = "0.3.6" diff --git a/setup.cfg b/setup.cfg index ff22f6468..07fd49ee1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.5 +current_version = 0.3.6 commit = True tag = True tag_name = {new_version} @@ -9,3 +9,4 @@ message = "Bump version to {new_version}" [metadata] description-file = README.md + diff --git a/site/index.html b/site/index.html index caedbf0c1..84fd52ef4 100755 --- a/site/index.html +++ b/site/index.html @@ -10,7 +10,9 @@

A linter for prose.

proselint places the world’s greatest writers and editors by your side, where they whisper suggestions on how to improve your prose. You’ll be guided by advice inspired by Bryan Garner, David Foster Wallace, Chuck Palahniuk, Steve Pinker, Mary Norris, Mark Twain, Elmore Leonard, George Orwell, Matthew Butterick, William Strunk, E.B. White, Philip Corbett, Ernest Gowers, and the editorial staff of the world’s finest literary magazines and newspapers, among others. Our goal is to aggregate knowledge about best practices in writing and to make that knowledge immediately accessible to all authors in the form of a linter for prose.

-

Currently, proselint is a command-line utility that is meant to be integrated into other tools. There’s a plugin for Sublime Text. It’s open-source software available under the permissive BSD license. Work on proselint happens over on Github. We welcome contributors.

+

See a live demo at http://proselint.com/write. (It's been tested only on the latest version of Chrome.)

+ +

Currently, proselint is a command-line utility that is meant to be integrated into other tools. You can install it using pip: pip install proselint. There’s a plugin for Sublime Text. It’s open-source software available under the permissive BSD license. Work on proselint happens over on Github. We welcome contributors.

With time, proselint will become fast, precise, exhaustive, and authoritative. Eventually, it will be unthinkable to write without it by your side.