Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Aug 16, 2019
1 parent 1afa13a commit 1d5659f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

v0.2.1 (2019-08-16)
-------------------

* Set licence to Apache License 2.0. Transition from pre-alpha to alpha.

v0.2.0 (2019-08-14)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion mflux_ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """AIA Science AS"""
__email__ = "mflux.ai@aiascience.com"
__version__ = "0.2.0"
__version__ = "0.2.1"


def set_env_vars(token):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author="AIA Science AS",
author_email="mflux.ai@aiascience.com",
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 2 - Alpha",
"Intended Audience :: Developers",
"OSI Approved :: Apache Software License",
"Natural Language :: English",
Expand All @@ -43,6 +43,6 @@
test_suite="tests",
tests_require=test_requirements,
url='https://github.com/AIAScience/mflux-ai-python',
version='0.2.0',
version='0.2.1',
zip_safe=False,
)

0 comments on commit 1d5659f

Please sign in to comment.