Skip to content

Commit 692e7a9

Browse files
author
lwasser
committed
Bump version: 0.1.4 → 0.1.5
1 parent bf521e9 commit 692e7a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = "Leah Wasser, Karen Cranston"
2525

2626
# The short X.Y version
27-
version = "0.1.4"
27+
version = "0.1.5"
2828
# The full version, including alpha/beta/rc tags
29-
release = "0.1.4"
29+
release = "0.1.5"
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.4
2+
current_version = 0.1.5
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
description=DESCRIPTION,
2525
long_description=LONG_DESCRIPTION,
2626
long_description_content_type="text/markdown",
27-
version="0.1.4",
27+
version="0.1.5",
2828
license="BSD",
2929
packages=["abcclassroom"],
3030
install_requires=[

0 commit comments

Comments
 (0)