Skip to content

Commit

Permalink
Merge pull request #67 from changliao1025/development
Browse files Browse the repository at this point in the history
comm
  • Loading branch information
changliao1025 authored May 10, 2023
2 parents 3f10dec + 09f3899 commit bdf4507
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: "hexwatershed"
version: "0.2.16"
version: "0.2.17"

source:
git_rev: v0.2.16
git_rev: v0.2.17
git_url: https://github.com/changliao1025/pyhexwatershed

build:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.16
current_version = 0.2.17
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AUTHOR = "Chang Liao"
AUTHOR_EMAIL = "chang.liao@pnnl.gov"
URL = "https://github.com/changliao1025/pyhexwatershed"
VERSION = "0.2.16"
VERSION = "0.2.17"
REQUIRES_PYTHON = ">=3.8.0"
KEYWORDS = "hexwatershed hexagon"

Expand Down Expand Up @@ -48,7 +48,7 @@
"external/rapidjson/internal/*.h", "external/rapidjson/internal/*.cpp",
"external/rapidjson/msinttypes/*.h", "external/msinttypes/error/*.cpp"
])
],
]

HERE = os.path.abspath(os.path.dirname(__file__))
HERE = os.path.expandvars(HERE)
Expand Down

0 comments on commit bdf4507

Please sign in to comment.