Skip to content
Snippets Groups Projects
Commit 6b9717ea authored by Nikolay Ivanov's avatar Nikolay Ivanov
Browse files

Merge branch 'dev0'

parents d4103f3c 85be942f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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 ---------------------------------------------------
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment