diff --git a/MANIFEST.in b/MANIFEST.in index 9be4f3885f8d94d134c51a58a0ffde1b88b2783c..bbba69bf77f5bf9453e84e7d70b0e58017c23981 100755 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,5 +3,6 @@ graft pyrost/config graft pyrost/bin exclude dev.pyx include pytest.ini +include LICENSE global-exclude *.py[cod] global-exclude *.so \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index a3099892afd2137d7576d82039b3650a7d10260f..300f76f9a8c4e29fcf0d1ce9957a8d1721b814e6 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.8' +release = '0.1.9' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 22df9713d7b4f4dabf90b427381683ed51c8d2c0..fb11496df39da64d1b4792bbee52c27a30f9fa27 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ with open('README.md', 'r') as readme: long_description = readme.read() setup(name='pyrost', - version='0.1.8', + version='0.1.9', author='Nikolay Ivanov', author_email="nikolay.ivanov@desy.de", long_description=long_description,