Skip to content

Commit

Permalink
Release v0.1.2
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 9719df5 commit 6b525e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [v0.1.1](https://github.com/emmo-repo/EMMO-python/tree/v0.1.1) (2021-10-27)
## [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.2...v0.1.1)
[Full Changelog](https://github.com/emmo-repo/EMMO-python/compare/v0.1.1...v0.1.2)

## [v0.1.2](https://github.com/emmo-repo/EMMO-python/tree/v0.1.2) (2021-10-27)
## [v0.1.1](https://github.com/emmo-repo/EMMO-python/tree/v0.1.1) (2021-10-27)

[Full Changelog](https://github.com/emmo-repo/EMMO-python/compare/v0.1.0...v0.1.2)
[Full Changelog](https://github.com/emmo-repo/EMMO-python/compare/v0.1.0...v0.1.1)

## [v0.1.0](https://github.com/emmo-repo/EMMO-python/tree/v0.1.0) (2021-10-27)

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.0'
__version__ = "0.1.2"

# Ensure correct Python version
if sys.version_info < (3, 6):
Expand Down

0 comments on commit 6b525e1

Please sign in to comment.