Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed Jul 30, 2018
1 parent 260a7fc commit 25f0fe4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN mkdir -p /etc/my_init.d && \
mkdir -p /gutils
COPY docker/init/* /etc/my_init.d/

ENV GUTILS_VERSION 2.7.0
ENV GUTILS_VERSION 3.0.1

ENV PROJECT_ROOT /code
RUN mkdir -p "$PROJECT_ROOT"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
3.0.1
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: gutils
version: "2.7.0"
version: "3.0.1"

source:
path: ../
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
# built documents.
#
# The short X.Y version.
version = "2.7.0"
version = "3.0.1"
# The full version, including alpha/beta/rc tags.
release = "2.7.0"
release = "3.0.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion gutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import logging
L = logging.getLogger(__name__)

__version__ = "2.7.0"
__version__ = "3.0.1"


def boxcar_smooth_dataset(dataset, window_size):
Expand Down

0 comments on commit 25f0fe4

Please sign in to comment.