Skip to content

Commit

Permalink
Merge commit '73c8487ef26f328b2bd2674250b3ffa07fefac83' into fix/impo…
Browse files Browse the repository at this point in the history
…rt-version
  • Loading branch information
peterdudfield committed Sep 27, 2024
2 parents 175dd00 + 73c8487 commit e7391cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.1.39
current_version = 0.1.40
message = Bump version: {current_version} → {new_version}

[bumpversion:file:src/india_api/internal/service/server.py]
Expand Down
2 changes: 1 addition & 1 deletion src/india_api/internal/service/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

logging.basicConfig(level=logging.DEBUG, stream=sys.stdout)
log = logging.getLogger(__name__)
version = "0.1.39"
version = "0.1.40"


tags_metadata = [
Expand Down

0 comments on commit e7391cd

Please sign in to comment.