diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..768217c --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include requirements.txt +include test_requirements.txt \ No newline at end of file diff --git a/emannotationschemas/__init__.py b/emannotationschemas/__init__.py index d29e8f6..5a0e8b9 100644 --- a/emannotationschemas/__init__.py +++ b/emannotationschemas/__init__.py @@ -1,6 +1,6 @@ from emannotationschemas.synapse import SynapseSchema from emannotationschemas.errors import UnknownAnnotationTypeException -__version__ = '0.0.1' +__version__ = '0.0.2' type_mapping = { 'synapse': SynapseSchema