Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
feat: bump version 1.4.3 → 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nm17 committed Mar 14, 2020
1 parent ae6e4df commit 2bd6948
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 = 1.4.3
current_version = 1.4.4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
message = feat: bump version {current_version} → {new_version}
serialize =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="netschoolapi",
version="1.4.3",
version="1.4.4",
packages=["netschoolapi"],
url="https://github.com/nm17/netschoolapi/",
license="MIT",
Expand Down

0 comments on commit 2bd6948

Please sign in to comment.