From 7b44d24132f4c70b8c26f40790dcfd1dc2660f4e Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Tue, 6 Dec 2022 18:11:33 -0500 Subject: [PATCH] Bump version number --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5647a37..6892bc9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = "Eric Denovellis" # The full version, including alpha/beta/rc tags -release = "1.3.6" +release = "1.3.7" # -- General configuration ------------------------------------------------ diff --git a/setup.py b/setup.py index e9ae9e8..ad8ae99 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name="replay_trajectory_classification", - version="1.3.6", + version="1.3.7", license="MIT", description=("Classify replay trajectories."), author="Eric Denovellis",