Skip to content

Commit 584eb08

Browse files
authored
update release number in setup.py (#1503)
1 parent b532f22 commit 584eb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def main():
8787

8888
setup(
8989
name="parsons",
90-
version="5.0.0", # ensure this version number is in format of n.n.n, not n or n.n
90+
version="5.1.0", # ensure this version number is in format of n.n.n, not n or n.n
9191
author="The Movement Cooperative",
9292
author_email="info@movementcooperative.org",
9393
url="https://github.com/move-coop/parsons",

0 commit comments

Comments
 (0)