Updated version to include v3.0.1 (#14353)

* Updated version to include v3.0.1

- this patch has a rather critical MT fix

* Update package.py

- Moved 3.0.1 above 3.0.0
This commit is contained in:
Jonathan R. Madsen 2020-01-02 17:17:54 -08:00 committed by Adam J. Stewart
parent 70184c6ea2
commit e46548c3b8

View File

@ -17,6 +17,8 @@ class Timemory(CMakePackage):
version('master', branch='master', submodules=True)
version('develop', branch='develop', submodules=True)
version('3.0.1', commit='ef638e1cde90275ce7c0e12fc4902c27bcbdeefd',
submodules=True)
version('3.0.0', commit='b36b1673b2c6b7ff3126d8261bef0f8f176c7beb',
submodules=True)