Skip to content

Commit

Permalink
Fixing version number and env name
Browse files Browse the repository at this point in the history
  • Loading branch information
cfbastarz committed Aug 20, 2024
1 parent 7241bf4 commit 62d2b4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: readDiag.issuefix_27
name: readDiag
channels:
- conda-forge
- pyviz
Expand Down
2 changes: 1 addition & 1 deletion gsidiag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .datasources import getVarInfo

__name__ = 'readDiag'
__version__ = '1.2.3'
__version__ = '1.3.0'

#EOC
#-----------------------------------------------------------------------------#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
if __name__ == "__main__":
from numpy.distutils.core import setup
setup(name='readDiag',
version='1.2.3',
version='1.3.0',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
description='A Python class to read and plot the Gridpoint Statistical Interpolation diagnostics files.',
Expand Down

0 comments on commit 62d2b4b

Please sign in to comment.