Skip to content
Snippets Groups Projects
Commit d5b49849 authored by Laura, Jason R's avatar Laura, Jason R
Browse files

Merge branch 'main' into 'dev'

Main

See merge request astrogeology/autocnet!641
parents fad247d3 94df31b8
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,10 @@ release. ...@@ -34,6 +34,10 @@ release.
--> -->
## [Unreleased] ## [Unreleased]
## [0.7.0]()
### Added ### Added
- Added a mutual information matcher [#559](https://github.com/USGS-Astrogeology/autocnet/pull/559) - Added a mutual information matcher [#559](https://github.com/USGS-Astrogeology/autocnet/pull/559)
- Added residual column information to the Points model - Added residual column information to the Points model
......
...@@ -5,7 +5,7 @@ from setuptools import setup, find_packages ...@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
with open('README.md', 'r') as f: with open('README.md', 'r') as f:
long_description = f.read() long_description = f.read()
__version__ = '0.6.2' __version__ = '0.7.0'
def setup_package(): def setup_package():
setup( setup(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment