diff --git a/MANIFEST.in b/MANIFEST.in index 4e85717..7d7b3fe 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,2 @@ include src/comp.cpp include src/comp.h -include CITATION.cff diff --git a/docs/source/mc.rst b/docs/source/mc.rst index 407ec70..e3c132b 100644 --- a/docs/source/mc.rst +++ b/docs/source/mc.rst @@ -1,4 +1,4 @@ -pylj\.md +pylj\.mc ======== Functions related to the Monte-Carlo components of pylj. diff --git a/setup.py b/setup.py index 0d8003c..474dcf2 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # versioning MAJOR = 0 MINOR = 0 -MICRO = 20 +MICRO = 21 ISRELEASED = False VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)