Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarthur committed Nov 9, 2020
1 parent 3380b82 commit 69f911d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf.py
Expand Up @@ -53,7 +53,7 @@
# built documents.
#
# The short X.Y version.
version = '2.1'
version = '3.1'
# The full version, including alpha/beta/rc tags.
release = latest_tag.name

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name = "TCRM",
version = '3.1.3',
version = '3.1.4',
packages=find_packages(),
scripts=['tcrm.py', 'tcevent.py'],
include_package_data=True,
Expand Down

0 comments on commit 69f911d

Please sign in to comment.