Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Jul 20, 2021
1 parent 5a2a293 commit d99fb16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/internal/release_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This process is only meant for the project administrators, not users and develop

#. Then run some tests from a RSMTool working copy. If the TestPyPI package works, then move on to the next step. If it doesn't, figure out why and rebuild and re-upload the package.

#. Build the new generic conda package by running the following command in the ``conda-recipe`` directory (note that this assumes that you have cloned RSMTool in a directory named ``rsmtool``)::
#. Build the new conda package by running the following command in the ``conda-recipe`` directory (note that this assumes that you have cloned RSMTool in a directory named ``rsmtool``)::

conda build -c conda-forge -c ets .

Expand Down
2 changes: 1 addition & 1 deletion rsmtool/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
in one place. Based on the suggestion `here. <http://bit.ly/16LbuJF>`_
"""

__version__ = '8.1.1'
__version__ = '8.1.2'
VERSION = tuple(int(x) for x in __version__.split('.'))

0 comments on commit d99fb16

Please sign in to comment.