diff --git a/setup.py b/setup.py
index 8d75a0c646d1c78448af7af62530376dfc0f443b..fa3720f229d5b5326cd1757981a8777c6de4274a 100755
--- a/setup.py
+++ b/setup.py
@@ -45,10 +45,10 @@ from setuptools import find_packages, setup
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 ########################################################################
 
-ISRELEASED = True
+ISRELEASED = False
 MAJOR = 0
 MINOR = 7
-MICRO = 3
+MICRO = 4
 # Do not tag as pre-release until this commit
 # https://github.com/pypa/packaging/pull/515
 # has made it into a release. Probably we should wait for pypa/packaging>=21.4