Skip to content

Commit ef19cd2

Browse files
committed
Bump version: 1.1.0 → 1.1.1
1 parent b65d54e commit ef19cd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

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

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import unittest
1212

13-
version = "1.1.0"
13+
version = "1.1.1"
1414

1515
with open('README.md') as f:
1616
long_description = f.read()
@@ -20,7 +20,7 @@
2020
author="Vincent Luba",
2121
author_email="[email protected]",
2222
url="https://github.com/BIZ4Africa/ofxstatement-zm-stanbic",
23-
download_url="https://github.com/BIZ4Africa/ofxstatement-zm-stanbic/archive/v1.1.0.zip",
23+
download_url="https://github.com/BIZ4Africa/ofxstatement-zm-stanbic/archive/v1.1.1.zip",
2424
description=("OFXStatement plugin for Stanbic Bank (Zambia)"),
2525
long_description=open("README.md").read(),
2626
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)