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",