Skip to content

Commit

Permalink
Fix version in setup.py to release 4.3.1 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-lane committed Jan 23, 2019
1 parent fb87e2c commit f6d3e04
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 @@ -18,7 +18,7 @@

setup(
name="confidant",
version="4.2.0",
version="4.3.1",
packages=find_packages(exclude=["test*"]),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit f6d3e04

Please sign in to comment.