Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ctokheim committed Oct 9, 2017
1 parent d81a427 commit 6fb3bb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@

# General information about the project.
project = u'Probabilistic 20/20'
copyright = u'2014-16, Collin Tokheim'
copyright = u'2014-17, Collin Tokheim'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '1.1'
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.1.1'
release = '1.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions doc/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Probabilistic 20/20 releases

You can download the package below, or install directly from github (see :ref:`install-ref`).

* `probabilistic2020-v1.2.0 <https://github.com/KarchinLab/probabilistic2020/archive/v1.2.0.tar.gz>`_ 10/8/2017 Improved hotmaps 1d efficiency and added capability to drop silent mutations in simulations
* `probabilistic2020-v1.1.1 <https://github.com/KarchinLab/probabilistic2020/archive/v1.1.1.tar.gz>`_ 5/21/2017 Fixed bug for newer releases of numpy
* `probabilistic2020-v1.1.0 <https://github.com/KarchinLab/probabilistic2020/archive/v1.1.0.tar.gz>`_ 12/7/2016 Added HotMAPS 1D algorithm to find codons with significant clustering of missense mutations
* `probabilistic2020-v1.0.7 <https://github.com/KarchinLab/probabilistic2020/archive/v1.0.7.tar.gz>`_ 11/29/2016 Fixed simulated indel bug
Expand Down
2 changes: 1 addition & 1 deletion prob2020/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.1'
__version__ = '1.2.0'

0 comments on commit 6fb3bb8

Please sign in to comment.