Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 7905eb4

Browse files
committed
Bump version: 1.1.0 → 1.1.1
1 parent b1812a6 commit 7905eb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.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
tag_name = {new_version}
44
commit = True
55
tag = True

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="languagecodes",
9-
version="1.1.0",
9+
version="1.1.1",
1010
description="A library that normalises language codes",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)