From a7c1ab8587e1b49ad871a1bbc2c791f0955d9579 Mon Sep 17 00:00:00 2001 From: EMMOntoPy Developers Date: Wed, 27 Oct 2021 11:26:31 +0000 Subject: [PATCH] Release v0.1.3 --- CHANGELOG.md | 4 ++++ ontopy/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19bb83173..e33492a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.1.3](https://github.com/emmo-repo/EMMO-python/tree/v0.1.3) (2021-10-27) + +[Full Changelog](https://github.com/emmo-repo/EMMO-python/compare/v0.1.2...v0.1.3) + ## [v0.1.2](https://github.com/emmo-repo/EMMO-python/tree/v0.1.2) (2021-10-27) [Full Changelog](https://github.com/emmo-repo/EMMO-python/compare/v0.1.1...v0.1.2) diff --git a/ontopy/__init__.py b/ontopy/__init__.py index eff4a975c..81d5be058 100644 --- a/ontopy/__init__.py +++ b/ontopy/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- import sys -__version__ = "0.1.2" +__version__ = "0.1.3" # Ensure correct Python version if sys.version_info < (3, 6):