Skip to content

Commit

Permalink
chore: bump version from 3.0.0 -> 3.1.0 (#801)
Browse files Browse the repository at this point in the history
Signed-off-by: Dorian Johnson <[email protected]>
  • Loading branch information
dorianj authored Dec 1, 2020
1 parent 6a0fbd8 commit 1c6c16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def build_js() -> None:
with open(requirements_path) as requirements_file:
requirements = requirements_file.readlines()

__version__ = '3.0.0'
__version__ = '3.1.0'


setup(
Expand Down

0 comments on commit 1c6c16d

Please sign in to comment.