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

Update 3 files

- /conda/meta.yaml
- /CHANGELOG.md
- /setup.py
parent 821e8afb
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
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
......
package:
name: autocnet
version: 1.0.2
version: 1.1.0
channels:
- conda-forge
......
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment