Skip to content

Commit 00239fa

Browse files
author
chrisjonesBSU
committed
fix versions to current in setup.cfg, docs/conf.py
1 parent 046a74f commit 00239fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
158158
# built documents.
159159
#
160160

161-
version = "1.0.0"
162-
release = "1.0.0"
161+
version = "1.1.1"
162+
release = "1.1.1"
163163

164164

165165
# The language for content autogenerated by Sphinx. Refer to documentation

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 = 1.0.0
2+
current_version = 1.1.1
33
commit = True
44
tag = True
55
message = Bump to version {new_version}

0 commit comments

Comments
 (0)