We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bedaf47 commit fd8300bCopy full SHA for fd8300b
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.0.1
3
commit = True
4
tag = True
5
setup.py
@@ -78,7 +78,7 @@ def run(self):
78
79
setup(
80
name='edge-genome',
81
- version='1.0.0',
+ version='1.0.1',
82
83
author='Ginkgo Bioworks',
84
author_email='devs@ginkgobioworks.com',
src/edge/__init__.py
@@ -1,6 +1,6 @@
from django.db.backends.signals import connection_created
-__version__ = '1.0.0'
+__version__ = '1.0.1'
6
def import_gff(name, fn):
0 commit comments