Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ginkgodev committed Nov 6, 2017
1 parent bedaf47 commit fd8300b
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.0.0
current_version = 1.0.1
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.0.0',
version='1.0.1',

author='Ginkgo Bioworks',
author_email='[email protected]',
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.0.0'
__version__ = '1.0.1'


def import_gff(name, fn):
Expand Down

0 comments on commit fd8300b

Please sign in to comment.