Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
ploy-np committed Mar 7, 2021
1 parent 0ce76b0 commit f3c2955
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions xpore/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "1.0"

0 comments on commit f3c2955

Please sign in to comment.