Skip to content

Commit

Permalink
bump version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lisovsky-gismart committed Jan 15, 2024
1 parent 4fcb89c commit 20448c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add `--upgrade` option to update existing package to a new version
Specify package link in your `requirements.txt`:

```txt
git+https://github.com/gismart/bi-utils@0.15.3#egg=bi-utils-gismart
git+https://github.com/gismart/bi-utils@0.16.0#egg=bi-utils-gismart
```

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

setuptools.setup(
name="bi-utils-gismart",
version="0.15.3",
version="0.16.0",
author="gismart",
author_email="[email protected]",
description="Utils for BI team",
Expand Down

0 comments on commit 20448c6

Please sign in to comment.