Skip to content

Commit

Permalink
Add build script and bump version to 0.3.0 (#29)
Browse files Browse the repository at this point in the history
* bump version to 0.3.0

* add build script
  • Loading branch information
ianlini authored Apr 19, 2020
1 parent 67d1043 commit 85263bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
set -ex

rm -rf dist
poetry build
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.2.0"
version = "0.3.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 85263bd

Please sign in to comment.