Skip to content

Commit

Permalink
bumping to v0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arosenfeld committed Mar 25, 2019
1 parent 04b75d3 commit c07c3d3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.28.1'
version = '0.28.2'
# The full version, including alpha/beta/rc tags.
release = '0.28.1'
release = '0.28.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/install_docker.rst
Expand Up @@ -10,7 +10,7 @@ ImmuneDB Docker image:

.. code-block:: bash
$ docker pull arosenfeld/immunedb:v0.28.1
$ docker pull arosenfeld/immunedb:v0.28.2
.. _running-the-container:
Expand All @@ -22,7 +22,7 @@ To start a shell session within the container run:
.. code-block:: bash
$ docker run -v $HOME/immunedb_share:/share \
-p 8080:8080 -it arosenfeld/immunedb:v0.28.1
-p 8080:8080 -it arosenfeld/immunedb:v0.28.2
This will start a shell with ImmuneDB and accessory scripts pre-installed as
well as create a shared directory between the host and Docker container. Files
Expand Down
2 changes: 1 addition & 1 deletion docs/pipeline_example.rst
Expand Up @@ -16,7 +16,7 @@ To begin, run the Docker container :ref:`as documented
:caption: Run on Host
$ docker run -v $HOME/immunedb_share:/share \
-p 8080:8080 -it arosenfeld/immunedb:v0.28.1
-p 8080:8080 -it arosenfeld/immunedb:v0.28.2
Metadata Specification
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@

setup(
name='ImmuneDB',
version='0.28.1',
version='0.28.2',
author='Aaron M. Rosenfeld',
author_email='ar374@drexel.edu',
url='https://github.com/arosenfeld/immunedb',
Expand Down

0 comments on commit c07c3d3

Please sign in to comment.