From 3e9b4309f6920ae3d89e2434086ba070b36baa02 Mon Sep 17 00:00:00 2001 From: Alexandra Paxton Date: Tue, 4 Feb 2020 18:10:49 -0500 Subject: [PATCH] Updating release and copyright --- align/__init__.py | 2 +- doc/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/align/__init__.py b/align/__init__.py index d7698cc..1aa3399 100644 --- a/align/__init__.py +++ b/align/__init__.py @@ -1,4 +1,4 @@ from .prepare_transcripts import * from .calculate_alignment import * from . import datasets -__version__ = "0.0.9" +__version__ = "0.0.10" diff --git a/doc/conf.py b/doc/conf.py index e0094b6..92ea75d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,7 +50,7 @@ # General information about the project. project = 'ALIGN' -copyright = '2018, Nicholas Duran, Alexandra Paxton, & Riccardo Fusaroli' +copyright = '2018-2020, Nicholas Duran, Alexandra Paxton, & Riccardo Fusaroli' author = 'Nicholas Duran, Alexandra Paxton, & Riccardo Fusaroli' # The version info for the project you're documenting, acts as replacement for @@ -60,7 +60,7 @@ # The short X.Y version. version = '0.0' # The full version, including alpha/beta/rc tags. -release = '0.0.9' +release = '0.0.10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index b45a447..4623187 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ DESCRIPTION = 'Analyzing Linguistic Interaction with Generalizable techNiques' MAINTAINER = 'N. Duran, A. Paxton, & R. Fusaroli' MAINTAINER_EMAIL = 'paxton.alexandra@gmail.com' -VERSION = '0.0.9' +VERSION = '0.0.10' # Specify minimum versions for scipy and numpy SCIPY_MIN_VERSION = '1.3.1'