Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EMMOntoPy Developers authored and EMMOntoPy Developers committed Oct 27, 2021
1 parent 73cad97 commit a7c1ab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ontopy/__init__.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit a7c1ab8

Please sign in to comment.