diff --git a/fink_mm/__init__.py b/fink_mm/__init__.py index 7cce5d9b..d623b9f7 100644 --- a/fink_mm/__init__.py +++ b/fink_mm/__init__.py @@ -12,6 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.18.0" +__version__ = "0.19.0" __distribution_schema_version__ = "1.3" __observatory_schema_version__ = "1.1"