diff --git a/README.rst b/README.rst index a300c93..90bae15 100755 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -############## -pfcon v3.0.0.0 -############## +############ +pfcon v3.0.0 +############ .. image:: https://github.com/fnndsc/pfcon/workflows/CI/badge.svg :target: https://github.com/fnndsc/pfcon/actions diff --git a/setup.py b/setup.py index a467834..70d1068 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name = 'pfcon', - version = '3.0.0.0', + version = '3.0.0', description = '(Python) Process and File Controller', long_description = readme, author = 'FNNDSC Developers',