Skip to content

Commit

Permalink
Merge pull request #178 from UC-Davis-molecular-computing/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dave-doty authored Jun 17, 2022
2 parents 351cb11 + 2590a32 commit c419d87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ sphinx:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
- requirements: doc/requirements.txt
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = 'David Doty and Damien Woods'

# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '0.1.1'
# version = __version__
# release = __version__

Expand Down
2 changes: 1 addition & 1 deletion nuad/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.1.0' # version line; WARNING: do not remove or change this line or comment
version = '0.1.1' # version line; WARNING: do not remove or change this line or comment

0 comments on commit c419d87

Please sign in to comment.