Skip to content

Commit

Permalink
Bump version: 1.5.0 → 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ginkgodev committed Aug 3, 2018
1 parent e7bfc87 commit 43b8144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.0
current_version = 1.6.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def run(self):

setup(
name='edge-genome',
version='1.5.0',
version='1.6.0',

author='Ginkgo Bioworks',
author_email='devs@ginkgobioworks.com',
Expand Down
2 changes: 1 addition & 1 deletion src/edge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.db.backends.signals import connection_created

__version__ = '1.5.0'
__version__ = '1.6.0'


def import_gff(name, fn):
Expand Down

0 comments on commit 43b8144

Please sign in to comment.