Skip to content

Commit

Permalink
Merge pull request #59 from rcjackson/v150
Browse files Browse the repository at this point in the history
ADD: Version 1.5.0
  • Loading branch information
rcjackson authored Jan 22, 2024
2 parents 527717b + 529ef1e commit 1f8419b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pysp2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
from . import vis
from . import testing

__version__ = "1.3.5"

__version__ = "1.5.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
LICENSE = 'BSD'
PLATFORMS = "Linux, Windows, OSX"
MAJOR = 1
MINOR = 3
MICRO = 5
MINOR = 5
MICRO = 0

#SCRIPTS = glob.glob('scripts/*')
#TEST_SUITE = 'nose.collector'
Expand Down

0 comments on commit 1f8419b

Please sign in to comment.