Skip to content
Snippets Groups Projects
Commit 02bfc336 authored by Antoine Millet's avatar Antoine Millet
Browse files

New versionning.

parent 142f37fe
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@ copyright = u'2010, Smartjog'
# built documents.
#
# The short X.Y version.
version = 4
from sjrpc import __version__
version = __version__
# The full version, including alpha/beta/rc tags.
release = version
......
......@@ -3,9 +3,12 @@ import os
ldesc = open(os.path.join(os.path.dirname(__file__), 'README')).read()
# Retrieval of version:
from sjrpc import __version__
setup(
name='sjrpc',
version='6',
version=__version__,
description='Smartjog RPC',
long_description=ldesc,
author='Antoine Millet',
......
......@@ -20,3 +20,5 @@ import sjrpc.core
import sjrpc.server
import sjrpc.client
import sjrpc.utils
__version__ = 6
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment