Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main to dev 2.0.0 #321

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci(release): set version to 2.0.0
  • Loading branch information
github-actions[bot] committed Dec 16, 2024
commit 65e54e86cbc4b33b3779d13c90df513cd3825f10
5 changes: 3 additions & 2 deletions pywatershed/version.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# pywatershed version file automatically created using update_version.py on June 27, 2024 11:59:27 # noqa: E501
# pywatershed version file automatically created using update_version.py on December 16, 2024 23:49:01 #noqa: E501

__version__ = "1.2.0.dev0"
__version__ = "2.0.0"
__pakname__ = "pywatershed"

author_dict = {
"James McCreight": "jmccreight@usgs.gov",
"Christian D. Langevin": "langevin@usgs.gov",
"Joseph D. Hughes": "jdhughes@usgs.gov",
"Wesley P. Bonelli": "wbonelli@contractor.usgs.gov",
}
__author__ = ", ".join(author_dict.keys())
__author_email__ = ", ".join(s for _, s in author_dict.items())
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0.dev0
2.0.0