Skip to content
Snippets Groups Projects
Commit 13b666e6 authored by jlaura's avatar jlaura
Browse files

Bump version to 0.6.2

parent b1891b68
Branches
Tags
No related merge requests found
package: package:
name: autocnet name: autocnet
version: 0.6.1 version: 0.6.2
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__ = '0.6.1' __version__ = '0.6.2'
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