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