Skip to content

Commit

Permalink
Updated version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mapleson committed May 24, 2017
1 parent c9f3ff1 commit b05c5f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Autoconf setup
AC_PREREQ([2.68])
AC_INIT([portcullis],[1.0.0],[[email protected]],[portcullis],[http://www.earlham.ac.uk])
AC_INIT([portcullis],[1.0.1],[[email protected]],[portcullis],[http://www.earlham.ac.uk])
AC_CONFIG_SRCDIR([src/portcullis.cc])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.0'
version = '1.0.1'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion scripts/junctools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__author__ = 'Daniel Mapleson'
__license__ = 'GPLV3'
__copyright__ = 'Copyright 2016 Daniel Mapleson'
__version__ = '1.0.0'
__version__ = '1.0.1'

import argparse
import sys
Expand Down

0 comments on commit b05c5f9

Please sign in to comment.