From fad2d3747c6fb5a0f963c47efe7647ff88d97a52 Mon Sep 17 00:00:00 2001 From: timotheyca Date: Wed, 12 Aug 2020 21:21:41 +0300 Subject: [PATCH] events (prev commit) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 462adfc..032050c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='v25', - version='0.0.1-a0', + version='0.0.1-a1', packages=['v25', 'v25.web', 'v25.web.client', 'v25.web.server', 'v25.storage', 'v25.messaging'], url='', license='',