diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..f9bd145 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include requirements.txt diff --git a/libbmc/__init__.py b/libbmc/__init__.py index 1946de6..28e9f10 100644 --- a/libbmc/__init__.py +++ b/libbmc/__init__.py @@ -7,7 +7,7 @@ __valid_identifiers__ = [] from . import bibtex, doi, fetcher, isbn # noqa from . import citations, papers, repositories # noqa -__version__ = "0.1.1" +__version__ = "0.1.2" __all__ = [ "bibtex", "doi", "fetcher", "isbn",