Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Jun 27, 2023
1 parent 881361f commit f91547f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/usr/bin/env python

from os.path import exists

from setuptools import setup

setup(
name="multipledispatch",
version="0.6.0",
version="1.0.0",
description="Multiple dispatch",
url="http://github.com/mrocklin/multipledispatch/",
author="Matthew Rocklin",
Expand Down

0 comments on commit f91547f

Please sign in to comment.