Skip to content

Commit 932b6a2

Browse files
committed
Bump version: 0.0.2 → 0.0.3
1 parent f80a6cc commit 932b6a2

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[bumpversion]
2-
current_version = 0.0.2
2+
current_version = 0.0.3
33
files = setup.py pymatsolver/__init__.py docs/conf.py
4+

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = u'0.0.2'
63+
version = u'0.0.3'
6464
# The full version, including alpha/beta/rc tags.
65-
release = u'0.0.2'
65+
release = u'0.0.3'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

pymatsolver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
except ImportError:
2929
pass
3030

31-
__version__ = '0.0.2'
31+
__version__ = '0.0.3'
3232
__author__ = 'Rowan Cockett'
3333
__license__ = 'MIT'
3434
__copyright__ = 'Copyright 2017 Rowan Cockett'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name="pymatsolver",
32-
version="0.0.2",
32+
version="0.0.3",
3333
packages=find_packages(),
3434
install_requires=[
3535
'numpy>=1.7',

0 commit comments

Comments
 (0)