Loading CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ heading to indicate that only the bug fixes and security fixes are in the bug fi release. --> ## [Unreleased] ## [1.1.0] ### Added - Ability to place points in centroids instead of overlaps. - Ability to find points in centroids focused around a plantary body Loading conda/meta.yaml +1 −1 Original line number Diff line number Diff line package: name: autocnet version: 1.0.2 version: 1.1.0 channels: - conda-forge Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ from setuptools import setup, find_packages with open('README.md', 'r') as f: long_description = f.read() __version__ = '1.0.2' __version__ = '1.1.0' def setup_package(): setup( Loading Loading
CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ heading to indicate that only the bug fixes and security fixes are in the bug fi release. --> ## [Unreleased] ## [1.1.0] ### Added - Ability to place points in centroids instead of overlaps. - Ability to find points in centroids focused around a plantary body Loading
conda/meta.yaml +1 −1 Original line number Diff line number Diff line package: name: autocnet version: 1.0.2 version: 1.1.0 channels: - conda-forge Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ from setuptools import setup, find_packages with open('README.md', 'r') as f: long_description = f.read() __version__ = '1.0.2' __version__ = '1.1.0' def setup_package(): setup( Loading