Skip to content

Commit

Permalink
Merge pull request #103 from UC-Davis-molecular-computing/dev
Browse files Browse the repository at this point in the history
bumped version and updated doc/requirements.txt in response to dependabot alerts
  • Loading branch information
dave-doty authored Jul 3, 2020
2 parents 6af1a46 + 24ff64f commit c3739f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ backports.weakref==1.0.post1
beautifulsoup4==4.7.1
bitarray==0.9.3
bkcharts==0.2
bleach==3.1.0
bleach>=3.1.4
bokeh==1.2.0
boto==2.49.0
Bottleneck==1.2.1
Expand Down Expand Up @@ -119,13 +119,13 @@ pathlib2==2.3.4
patsy==0.5.1
pep8==1.7.1
pickleshare==0.7.5
Pillow==6.2.0
Pillow>=6.2.2
pkginfo==1.5.0.1
pluggy==0.12.0
ply==3.11
prometheus-client==0.7.1
prompt-toolkit==2.0.9
psutil==5.6.3
psutil>=5.6.6
py==1.8.0
pycodestyle==2.5.0
pycosat==0.6.3
Expand Down
2 changes: 1 addition & 1 deletion scadnano/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

# The following line *must* be the last in the module, exactly as formatted:
# XXX: REMEMBER TO CHANGE VERSION IN scadnano.py also, for users who do not install from PyPI
__version__ = "0.9.5"
__version__ = "0.9.6"
2 changes: 1 addition & 1 deletion scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
from ._version import __version__
except ImportError:
# this is so scadnano.py file works without _version.py being present, in case user downloads it
__version__ = "0.9.5"
__version__ = "0.9.6"

StrandLabel = TypeVar('StrandLabel')
DomainLabel = TypeVar('DomainLabel')
Expand Down

0 comments on commit c3739f1

Please sign in to comment.