Skip to content

Commit

Permalink
Bump version: 0.2.1 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
don4get committed Aug 2, 2020
1 parent dac35c2 commit 7e3d4ba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.2.2
commit = True
tag = True

[bumpversion:file:setup.py]
[bumpversion:file:setup.py]
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,18 @@ jobs:
- python: 3.6
env: TOXENV=docs


before_script:
- "herbstluftwm &"
- sleep 1

script:
- QT_DEBUG_PLUGINS=1 tox

deploy:
- provider: pypi
user: "$PYPI_USER"
password: "$PYPI_PASSWORD"
on:
tags: true
env: "TOXENV=packaging"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
keywords=KEYWORDS,
description="Graphical editor for physical modeling and simulation.",
url="https://www.nodedge.io",
version="0.2.1",
version="0.2.2",
license="MIT",
author="Anthony De Bortoli",
author_email="anthony.debortoli@nodedge.io",
Expand Down

0 comments on commit 7e3d4ba

Please sign in to comment.