Skip to content

Commit

Permalink
Another rollback of functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
haz committed Jun 21, 2022
1 parent fe70ed2 commit b1ea9d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ RUN apt-get update \
unzip \
vim \
wget \
build-essential \
gcc-x86-64-linux-gnu \
python3-dev \
&& rm -rf /var/lib/apt/lists/*

RUN pip3 install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = fh.read()

setuptools.setup(name='planutils',
version='0.7.3',
version='0.7.4',
description='General library for setting up linux-based environments for developing, running, and evaluating planners.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b1ea9d9

Please sign in to comment.