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

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
a-slide committed Jan 13, 2020
1 parent 1ce02aa commit 42929c8
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.2.7"
__version__ = "0.2.8"
__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.2.7"
version = "0.2.8"
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 42929c8

Please sign in to comment.