Skip to content

Commit

Permalink
update module file for 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bailey authored and Stephen Bailey committed Mar 10, 2016
1 parent f08d0f6 commit 2561a10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions etc/desisim.module
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ module-whatis "Sets up $product/$version in your environment."
# A mandatory dependency is a module load command followed by a prereq
# command. An optional dependency is not followed by a prereq statement.
#
module load desiutil
### module load desiutil
prereq desiutil
module load desimodel
### module load desimodel
prereq desimodel
#
# ENVIRONMENT SECTION
Expand Down
2 changes: 1 addition & 1 deletion py/desisim/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.9.1.dev504'
__version__ = '0.9.2'

0 comments on commit 2561a10

Please sign in to comment.