Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
RBrearton committed Jun 17, 2022
1 parent 588ebaa commit 45676a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
copyright = '2020, Andrew R. McCluskey'
author = 'Andrew R. McCluskey'

version = '1.0.2'
version = '1.0.3'
# The full version, including alpha/beta/rc tags
release = '1.0.2'
release = '1.0.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup(
name='islatu',
version='1.0.2',
version='1.0.3',
license='MIT',
description='A package for the reduction of reflectometry data.',
author='Richard Brearton',
Expand Down
6 changes: 3 additions & 3 deletions src/islatu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR = 0
MINOR = 1
MICRO = 0
MAJOR = 1
MINOR = 0
MICRO = 3
__version__ = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

0 comments on commit 45676a3

Please sign in to comment.