Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Bump version: 2.3.0 → 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kryštof Pilnáček committed Jun 21, 2019
1 parent 6116a8c commit 218f6fd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.0
current_version = 2.3.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
deploy:
provider: releases
api_key: ${GITHUB_DEPLOY_TOKEN}
file: build/nsis/elisctl_2.3.0.exe
file: build/nsis/elisctl_2.3.1.exe
skip_cleanup: true
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion elisctl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.3.0"
__version__ = "2.3.1"

CTX_PROFILE = "PROFILE"
CTX_DEFAULT_PROFILE = "default"
2 changes: 1 addition & 1 deletion installer.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Application]
name=elisctl
version=2.3.0
version=2.3.1
entry_point=elisctl.main:entry_point
console=true

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="elisctl",
version="2.3.0",
version="2.3.1",
description="Command line interface for controlling ELIS",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 218f6fd

Please sign in to comment.