Skip to content

Commit

Permalink
Bump version to 0.4.0 (#41)
Browse files Browse the repository at this point in the history
* update python version on travis

* bump version to 0.4.0

* upgrade poetry in travis
  • Loading branch information
ianlini authored May 16, 2021
1 parent 40974bf commit 47c5ffa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ matrix:
- python: "3.6"
- python: "3.7"
- python: "3.8"
- python: "3.9-dev"
- python: "3.8"
- python: "3.9"
- python: "3.9"
env: TOXENV=flake8

install:
- pip install -U pip wheel
- pip install -U Cython
- pip install -U tox-travis tox poetry==1.1.0
- pip install -U tox-travis tox poetry==1.1.6

script:
- tox
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flatten-dict"
version = "0.3.0"
version = "0.4.0"
description = "A flexible utility for flattening and unflattening dict-like objects in Python."
authors = ["Ian Lin <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 47c5ffa

Please sign in to comment.