Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 6ca1d68

Browse files
committed
Bump version: 0.1.1 → 0.2.0
1 parent 58f451b commit 6ca1d68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

Diff for: curlrc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import re
1717
import sys
1818

19-
__version__ = '0.1.1'
19+
__version__ = '0.2.0'
2020

2121
CURL_HOME = os.getenv('CURL_HOME', os.path.expanduser('~/.curl'))
2222
CURLRC_EXTENSION = '.rc'

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name='curlrc',
7-
version='0.1.1',
7+
version='0.2.0',
88
url='https://github.com/benwebber/curlrc/',
99

1010
description="Treat curl configuration files as curlrc subcommands.",

0 commit comments

Comments
 (0)