Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from a-slide/dev
Browse files Browse the repository at this point in the history
Update GH_token for travis deployment
  • Loading branch information
a-slide authored Jan 28, 2020
2 parents 3c219db + 414c3a1 commit f37566c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pycoMeth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

# Define self package variable
__version__ = "0.3.0"
__version__ = "0.3.1"
__description__ = 'Python package for nanopore DNA methylation analysis downstream to Nanopolish'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Define package info
name = "pycoMeth"
version = "0.3.0"
version = "0.3.1"
description = 'Python package for nanopore DNA methylation analysis downstream to Nanopolish'
with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit f37566c

Please sign in to comment.