Skip to content

Commit 3166a5c

Browse files
committed
Bump version: 1.1.0 → 1.1.1
1 parent 2891edd commit 3166a5c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.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.1.0
2+
current_version = 1.1.1
33
commit = True
44
tag = True
55

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ authors:
5252
affiliation: University of Washington
5353
- given-names: djrain
5454
family-names: ''
55-
version: 1.1.0
55+
version: 1.1.1
5656
repository-code: https://github.com/devosoft/Empirical
5757
license: MIT

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
# the built documents.
9494
#
9595
# The short X.Y version.
96-
version = '1.1.0'
96+
version = '1.1.1'
9797
# The full version, including alpha/beta/rc tags.
98-
release = '1.1.0'
98+
release = '1.1.1'
9999
# The language for content autogenerated by Sphinx. Refer to documentation
100100
# for a list of supported languages.
101101
#

third-party/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "empirical-dev-dependencies",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Dev dependencies for Empirical",
55
"main": "index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)