Skip to content

Commit

Permalink
Updated version number to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stannam committed Jan 18, 2022
1 parent 9a467c0 commit 02bcf7f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions corpustools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__ver_major__ = 1
__ver_minor__ = 4
__ver_patch__ = 1
__ver_minor__ = 5
__ver_patch__ = 0
__ver_tuple__ = (__ver_major__, __ver_minor__, __ver_patch__)
__version__ = "%d.%d.%d" % __ver_tuple__

2 changes: 1 addition & 1 deletion cx_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def readme():
bdist_dmg_options = {'applications_shortcut':True}

setup(name='Phonological CorpusTools',
version='1.4.1',
version='1.5.0',
description='',
long_description='',
classifiers=[
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '1.4.1'
version = '1.5.0'
# The full version, including alpha/beta/rc tags.
release = '1.4.1'
release = '1.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion esk_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
bdist_dmg_options = {'applications_shortcut':True}

setup(name="PhonologicalCorpusTools",
version="1.4.1",
version="1.5.0",
scripts=[exe],
packages=['corpustools',
'corpustools.corpus',
Expand Down
2 changes: 1 addition & 1 deletion pct.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define MyAppName "Phonological CorpusTools"
#define MyDistName "PhonologicalCorpusTools"
#define MyAppVersion "1.4.1"
#define MyAppVersion "1.5.0"
#define MyPlatform "win-amd64"
#define MyAppPublisher "PCT"
#define MyAppURL "http://PhonologicalCorpusTools.github.io/CorpusTools/"
Expand Down

0 comments on commit 02bcf7f

Please sign in to comment.