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.5.1 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nm17 committed Sep 11, 2020
1 parent 929e91f commit 5236569
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[bumpversion]
commit = True
tag = True
current_version = 1.5.1
current_version = 2.0.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
message = feat: bump version {current_version} → {new_version}
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[bumpversion:file:setup.py]
[bumpversion:file:netschoolapi/__init__.py]

[bumpversion:file:netschoolapi/__init__.py]
2 changes: 1 addition & 1 deletion netschoolapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from netschoolapi.client import NetSchoolAPI
from netschoolapi.login_form import LoginForm

__version__ = "1.5.1"
__version__ = "2.0.0"
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.5.1",
version="2.0.0",
packages=["netschoolapi"],
url="https://github.com/nm17/netschoolapi/",
license="MIT",
Expand Down

0 comments on commit 5236569

Please sign in to comment.