Skip to content

Commit

Permalink
bump to 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ADHDSquir committed Dec 3, 2022
1 parent d7235f3 commit a1c699a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion concord232/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def command():

@app.route("/version")
def get_version():
return flask.Response(json.dumps({"version": "0.17"}), mimetype="application/json")
return flask.Response(json.dumps({"version": "0.17.1"}), mimetype="application/json")


@app.route("/equipment")
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="concord232",
version="0.17",
version="0.17.1",
description="GE Concord 4 RS232 Serial Interface Library and Server",
author="Jason Carter",
author_email="[email protected]",
Expand Down

0 comments on commit a1c699a

Please sign in to comment.