From f3c29551cdba0ee022f87d962c8d223b1e867b70 Mon Sep 17 00:00:00 2001 From: ploy-np Date: Sun, 7 Mar 2021 12:27:16 +0000 Subject: [PATCH] version --- docs/source/conf.py | 4 ++-- setup.py | 2 +- xpore/__init__.py | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 91b5e04..bff2a4a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,9 +26,9 @@ author = 'Ploy N. Pratanwanich' # The short X.Y version -version = '' +version = '1.0' # The full version, including alpha/beta/rc tags -release = '1.0.0' +release = '1.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index a387437..877f87e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ name=__pkg_name__, license="MIT", description='xpore is a python package for Nanopore data analysis of differential RNA modifications.', - version='v1.0.0', + version='v1.0', long_description=README, long_description_content_type='text/markdown', url='https://github.com/GoekeLab/xpore', diff --git a/xpore/__init__.py b/xpore/__init__.py index e69de29..f5fe964 100644 --- a/xpore/__init__.py +++ b/xpore/__init__.py @@ -0,0 +1 @@ +__version__ = "1.0" \ No newline at end of file