Skip to content

Commit 6d13e99

Browse files
committed
Update version after fix
1 parent 11042ae commit 6d13e99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

human_curl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'Request', 'Response', 'get_version', 'AsyncClient', 'async_client')
3434
__author__ = "Alex Lispython ([email protected])"
3535
__license__ = "BSD, see LICENSE for more details"
36-
__build__ = 0x000010
36+
__build__ = 0x000011
3737

3838
try:
3939
__version__ = __import__('pkg_resources') \

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
print(e)
2929
readme_content = __doc__
3030

31-
VERSION = "0.1.0"
31+
VERSION = "0.1.1"
3232

3333

3434
class run_audit(Command):

0 commit comments

Comments
 (0)