Loading conda/meta.yaml +1 −1 Original line number Diff line number Diff line package: name: autocnet version: 0.6.1 version: 0.6.2 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__ = '0.6.1' __version__ = '0.6.2' def setup_package(): setup( Loading Loading
conda/meta.yaml +1 −1 Original line number Diff line number Diff line package: name: autocnet version: 0.6.1 version: 0.6.2 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__ = '0.6.1' __version__ = '0.6.2' def setup_package(): setup( Loading