diff --git a/MANIFEST.in b/MANIFEST.in index 273f97285be35932338beea1a8b651dc7a238e12..9be4f3885f8d94d134c51a58a0ffde1b88b2783c 100755 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,5 +2,6 @@ graft tests graft pyrost/config graft pyrost/bin exclude dev.pyx +include pytest.ini global-exclude *.py[cod] global-exclude *.so \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 786ec05d72bc032d7f39978906ab07f7ec4f5f4a..8ea2c3a9b8745c1c6201d29b5d2a09d6b3ebb465 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = '2020, Nikolay Ivanov' author = 'Nikolay Ivanov' # The full version, including alpha/beta/rc tags -release = '0.1.3' +release = '0.1.4' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index c4a850a8a034992851946031fb1208e2eb84db9f..8e3b556f79e311906fef5b5eb71a264b349120da 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ with open('README.md', 'r') as readme: long_description = readme.read() setup(name='pyrost', - version='0.1.3', + version='0.1.4', author='Nikolay Ivanov', author_email="nikolay.ivanov@desy.de", long_description=long_description,