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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
package:
  name: autocnet
  version: 1.0.2
  version: 1.1.0
  
channels:
  - conda-forge
+1 −1
Original line number Diff line number Diff line
@@ -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(