Skip to content
Snippets Groups Projects
Commit fc13d4a0 authored by Bauck, Kirsten (Contractor) Hailey's avatar Bauck, Kirsten (Contractor) Hailey
Browse files

Merge branch 'Update_tick_version' into 'main'

Update ticker version

See merge request astrogeology/autocnet!687
parents 821e8afb 254ff510
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,8 @@ heading to indicate that only the bug fixes and security fixes are in the bug fi ...@@ -33,6 +33,8 @@ heading to indicate that only the bug fixes and security fixes are in the bug fi
release. release.
--> -->
## [Unreleased] ## [Unreleased]
## [1.1.0]
### Added ### Added
- Ability to place points in centroids instead of overlaps. - Ability to place points in centroids instead of overlaps.
- Ability to find points in centroids focused around a plantary body - Ability to find points in centroids focused around a plantary body
......
package: package:
name: autocnet name: autocnet
version: 1.0.2 version: 1.1.0
channels: channels:
- conda-forge - conda-forge
......
...@@ -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__ = '1.0.2' __version__ = '1.1.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