Browse Source

Bump version

Oz N Tiram 8 years ago
parent
commit
fb77c318d3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      blogit/blogit.py
  2. 1 1
      setup.py

+ 1 - 1
blogit/blogit.py

@@ -39,7 +39,7 @@ from tinydb import Query
 try:
     __version__ = get_distribution('blogit').version
 except DistributionNotFound:  # pragma: no cover
-    __version__ = '0.2'
+    __version__ = '0.3'
 
 
 class Markdown(md2.Markdown):

+ 1 - 1
setup.py

@@ -282,7 +282,7 @@ class ManPageCreator(object):
         return '.SH NAME\n%s \\- %s\n' % (distribution.get_name(),
                                           distribution.get_description())
 setup(name='blogit',
-      version='0.2',
+      version='0.3',
       description=('A quick and simple static site generator based on markdown'
                    'and jinja2'),
       license="GNU GPL",