Skip to content

Commit

Permalink
Merge pull request #38 from satellogic/do_release_017
Browse files Browse the repository at this point in the history
Do release 017
  • Loading branch information
matiasg committed May 10, 2022
2 parents 647e7a4 + ffa4f49 commit e641608
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ array([[-0.66666667, 0.13333333, 0.73333333],
License
=======

quaternions is Satellogic SA Copyright 2017. All our code is GPLv3 licensed.
quaternions is Satellogic SA Copyright 2017-2022. All our code is GPLv3 licensed.
2 changes: 1 addition & 1 deletion quaternions/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# https://www.python.org/dev/peps/pep-0440/
__version__ = '0.1.3.dev1'
__version__ = '0.1.7'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
author_email='matias@satellogic.com',
description='This is a library for dealing with quaternions in Python in a unified way.',
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
packages=find_packages(exclude=["tests"]),
license="GPLv3",
classifiers=[
Expand Down

0 comments on commit e641608

Please sign in to comment.