Skip to content

Commit

Permalink
Bump version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzap committed Nov 11, 2012
1 parent 1456424 commit fe1b938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='landslide',
version='1.0.1',
version='1.1.0',
description='Lightweight markup language-based html5 slideshow generator',
packages=find_packages('src'),
package_dir = {'': 'src'},
Expand Down Expand Up @@ -34,8 +34,8 @@
'Topic :: Text Processing :: Markup'
],
long_description="""\
Landslide takes your Markdown, RST, or Textile file(s) and generates a
slideshow like `this <http://adamzap.com/random/landslide.html>`_.
Landslide takes your Markdown, ReST, or Textile file(s) and generates fancy
HTML5 slideshow like `this <http://adamzap.com/random/landslide.html>`_.
Read the `README <http://github.com/adamzap/landslide/blob/master/README.md>`_
for formatting instructions and more information.
Expand Down

0 comments on commit fe1b938

Please sign in to comment.