Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffckerr committed Nov 3, 2018
1 parent eaad329 commit deab71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sciris/sc_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ['__version__', '__versiondate__', '__license__']

__version__ = '0.11.0'
__versiondate__ = '2018-10-24'
__version__ = '0.11.1'
__versiondate__ = '2018-11-01'
__license__ = 'Sciris %s (%s) -- (c) Sciris.org' % (__version__, __versiondate__)

0 comments on commit deab71c

Please sign in to comment.