Browse Source

added upload to pypi script, bumped version

Rafał Pitoń 8 years ago
parent
commit
19379ecb29
2 changed files with 3 additions and 1 deletions
  1. 1 1
      misago/__init__.py
  2. 2 0
      upload

+ 1 - 1
misago/__init__.py

@@ -1 +1 @@
-__version__ = '0.6.0'
+__version__ = '0.7.0'

+ 2 - 0
upload

@@ -0,0 +1,2 @@
+#!/bin/sh
+python setup.py sdist upload