Skip to content

Commit

Permalink
Should already be a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
iquasere committed Jul 28, 2020
1 parent 84f259e commit 8db25a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kegg_charter.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import argparse, pandas as pd, numpy as np, os, pathlib, PIL, re, sys, subprocess
import matplotlib.pyplot as plt

__version__ = "0.0.1"
__version__ = "0.0.2"

class KEGGCharter:

Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "keggcharter" %}
{% set version = "0.0.1" %}
{% set version = "0.0.2" %}
{% set sha256 = "aea5ac40e5b58490c913aa0a1f6d205d54e80e11aa692b40d1fc5c59a5dbe978" %}

package:
Expand Down

0 comments on commit 8db25a9

Please sign in to comment.