Added setup.py and moved VERSION to pyrisk/__init__.py
[pyrisk.git] / pyrisk / __init__.py
index 4ccb7874c7fdb8adbad8ec55346c9558bc1a1392..4e938ab537fb536f3c57615edbe21be0b011cc97 100644 (file)
@@ -13,3 +13,6 @@
 # You should have received a copy of the GNU General Public License along
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+VERSION = '0.1'
+__version__ = VERSION