Skip to content

Commit f3c2955

Browse files
committed
version
1 parent 0ce76b0 commit f3c2955

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
author = 'Ploy N. Pratanwanich'
2727

2828
# The short X.Y version
29-
version = ''
29+
version = '1.0'
3030
# The full version, including alpha/beta/rc tags
31-
release = '1.0.0'
31+
release = '1.0'
3232

3333

3434
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
name=__pkg_name__,
1515
license="MIT",
1616
description='xpore is a python package for Nanopore data analysis of differential RNA modifications.',
17-
version='v1.0.0',
17+
version='v1.0',
1818
long_description=README,
1919
long_description_content_type='text/markdown',
2020
url='https://github.com/GoekeLab/xpore',

xpore/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "1.0"

0 commit comments

Comments
 (0)