diff --git a/README.md b/README.md index 625c20b5..140bd21f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ by the Breakthrough Listen instruments. ### Installation -The latest stable release (1.3.3) can be installed via pip: +The latest release (1.3.5) can be installed via pip: ``` pip install blimpy diff --git a/setup.py b/setup.py index f1a2a6ba..45ac3981 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ """ from setuptools import setup, find_packages -__version__ = '1.3.4' +__version__ = '1.3.5' # create entry points # see http://astropy.readthedocs.org/en/latest/development/scripts.html