Skip to content

Commit

Permalink
Merge branch 'mainline' into notebook-profile-viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMellyBee committed Apr 18, 2022
2 parents 63aca10 + 4901ce4 commit e70eb97
Show file tree
Hide file tree
Showing 7 changed files with 1,878 additions and 8 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 = 0.7.3
current_version = 0.7.4
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
Expand Down
3 changes: 0 additions & 3 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ brew install protobuf
You'll need to install poetry in order to install dependencies using the lock file in this project. Follow [their docs](https://python-poetry.org/docs/) to get it set up.

```
git clone https://github.com/whylabs/whylogs-java.git
git submodule update --init --recursive
# Use poetry to install dependencies
make install
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ src.python.pyc := $(shell find ./src -type f -name "*.pyc")
src.proto.dir := ./proto/src
src.proto := $(shell find $(src.proto.dir) -type f -name "*.proto")

version := 0.7.3
version := 0.7.4

dist.dir := dist
egg.dir := .eggs
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
# built documents.
#
# The short X.Y version.
version = "0.7.3"
version = "0.7.4"
# The full version, including alpha/beta/rc tags.
release = "" # Is set by calling `setup.py docs`

Expand Down
Loading

0 comments on commit e70eb97

Please sign in to comment.