Skip to content

Commit

Permalink
Updating release and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
a-paxton committed Feb 4, 2020
1 parent 145c6d9 commit 3e9b430
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion align/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .prepare_transcripts import *
from .calculate_alignment import *
from . import datasets
__version__ = "0.0.9"
__version__ = "0.0.10"
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
DESCRIPTION = 'Analyzing Linguistic Interaction with Generalizable techNiques'
MAINTAINER = 'N. Duran, A. Paxton, & R. Fusaroli'
MAINTAINER_EMAIL = '[email protected]'
VERSION = '0.0.9'
VERSION = '0.0.10'

# Specify minimum versions for scipy and numpy
SCIPY_MIN_VERSION = '1.3.1'
Expand Down

0 comments on commit 3e9b430

Please sign in to comment.