Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvh committed Aug 24, 2017
1 parent e6b8f0e commit 1ecb15a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ gadem trawler weeder xxmotif
$ source activate gimme
# Install gimmemotifs
$ pip install git+https://github.com/simonvh/gimmemotifs.git@0.11.0
$ pip install https://github.com/simonvh/gimmemotifs/releases/download/0.11.1/gimmemotifs-0.11.1.tar.gz
```

Python 3 is the preferred version, however, GimmeMotifs also supports Python 2.
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ follows:
$ source activate gimme

# Install gimmemotifs
$ pip install git+https://github.com/simonvh/gimmemotifs.git@0.11.0
$ pip install https://github.com/simonvh/gimmemotifs/releases/download/0.11.1/gimmemotifs-0.11.1.tar.gz

Python 3 is the preferred version, however, GimmeMotifs also supports Python 2.
Don't forget to activate the environment with ``source activate gimme`` whenever
Expand Down
2 changes: 1 addition & 1 deletion gimmemotifs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
logger = logging.getLogger("gimme.config")

### CONSTANTS ###
GM_VERSION = "0.11.1b0"
GM_VERSION = "0.11.1"
BG_TYPES = ["random", "genomic", "gc", "promoter"]
FA_VALID_BGS = ["random", "promoter", "gc", "user", "genomic"]
BED_VALID_BGS = ["random", "genomic", "gc", "promoter", "user"]
Expand Down

0 comments on commit 1ecb15a

Please sign in to comment.