Skip to content

Commit

Permalink
Merge tag '2.0.0' into develop
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
fabfuel committed May 15, 2023
2 parents a2729c9 + e924f71 commit bb7cf0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():

setup(
name='circuitbreaker',
version='1.4.0',
version='2.0.0',
url='https://github.com/fabfuel/circuitbreaker',
download_url='https://github.com/fabfuel/circuitbreaker/archive/1.3.1.tar.gz',
license='BSD-3-Clause',
Expand All @@ -32,5 +32,5 @@ def readme():
'Programming Language :: Python',
'Programming Language :: Python :: 3',
],
options={'bdist_wheel':{'universal':True}}
options={'bdist_wheel': {'universal': True}}
)

0 comments on commit bb7cf0c

Please sign in to comment.