Skip to content

Commit

Permalink
Bump version: 3.13.0 → 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyn9191 committed Nov 1, 2021
1 parent 5c2b15e commit 62ee340
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 = 3.13.0
current_version = 3.13.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_rossum_3.13.0.exe
file: build/nsis/elisctl_rossum_3.13.1.exe
skip_cleanup: true
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion installer.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Application]
name=rossum
version=3.13.0
version=3.13.1
entry_point=rossum.main:entry_point
console=true

Expand Down
2 changes: 1 addition & 1 deletion rossum/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.13.0"
__version__ = "3.13.1"

CTX_PROFILE = "PROFILE"
CTX_DEFAULT_PROFILE = "default"
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="rossum",
version="3.13.0",
version="3.13.1",
description="Command line interface for controlling the Rossum platform",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 62ee340

Please sign in to comment.