Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jodyphelan committed Nov 4, 2021
1 parent a583a7f commit 8f1616f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ntm_profiler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .kmer import *
from .reformat import *
from .db import *
__version__="0.0.2"
__version__="0.1.0"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import setuptools

version = [l.strip() for l in open("ntm_profiler/__init__.py") if "version" in l][0].split('"')[1]

setuptools.setup(

name="ntm_profiler",

version="0.0.2",
version=version,
packages=["ntm_profiler"],
license="GPLv3",
long_description="NTM-Profiler command line tool",
Expand Down

0 comments on commit 8f1616f

Please sign in to comment.