[Darshan-commits] [Git][darshan/darshan][master] bump pydarshan version numbers for release

Shane Snyder xgitlab at cels.anl.gov
Thu Apr 15 16:19:57 CDT 2021



Shane Snyder pushed to branch master at darshan / darshan


Commits:
65ff2d3f by Shane Snyder at 2021-04-15T16:19:22-05:00
bump pydarshan version numbers for release

- - - - -


3 changed files:

- darshan-util/pydarshan/darshan/__init__.py
- darshan-util/pydarshan/setup.cfg
- darshan-util/pydarshan/setup.py


Changes:

=====================================
darshan-util/pydarshan/darshan/__init__.py
=====================================
@@ -3,8 +3,8 @@ PyDarshan provides direct log access for reading binary Darshan logs.
 PyDarshan also provides a suite of analysis utilities.
 """
 
-__version__ = '3.3.0'
-__darshanutil_version__ = '3.2.1'
+__version__ = '3.3.0.0'
+__darshanutil_version__ = '3.3.0-pre1'
 
 import logging
 logger = logging.getLogger(__name__)


=====================================
darshan-util/pydarshan/setup.cfg
=====================================
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.0.7
+current_version = 3.3.0.0
 commit = False
 tag = False
 


=====================================
darshan-util/pydarshan/setup.py
=====================================
@@ -76,6 +76,6 @@ setup(
     test_suite="tests",
     tests_require=test_requirements,
     url='https://www.mcs.anl.gov/research/projects/darshan/',
-    version='0.0.8.4',
+    version='3.3.0.0',
     zip_safe=False,
 )



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/65ff2d3fff905d8b2022b98d2433b3448bfbdaf7

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/65ff2d3fff905d8b2022b98d2433b3448bfbdaf7
You're receiving this email because of your account on xgitlab.cels.anl.gov.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20210415/eebd1f1f/attachment.html>


More information about the Darshan-commits mailing list