Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
bump version to 1.5 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyhli authored Aug 20, 2020
1 parent 32542bc commit 1ebdf64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

setup(
name='candig-ingest',
version='1.3.1',
version='1.5.0',
use_scm_version={"write_to": "candig/ingest/_version.py"},
setup_requires=['setuptools_scm'],
description='Routines for ingesting metadata to a CanDIG repository',
long_description=readme,
url='https://github.com/CanDIG/candig-ingest.git',
author='CanDIG team',
author_email='info@distributedgenomics.ca',
author_email='candig@bcgsc.ca',
packages=find_packages(include=['candig', 'candig.ingest']),
namespace_packages=['candig'],
entry_points={
Expand Down

0 comments on commit 1ebdf64

Please sign in to comment.