Skip to content

Commit 322d6b3

Browse files
committed
version bump to 0.3.1
1 parent 06d807e commit 322d6b3

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## 0.3.1 (2021-01-01)
4+
5+
- include requirements in distribution
6+
37
## 0.3.0 (2021-01-01)
48

59
- refactor code

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include LICENSE.txt
2-
include CHANGELOG.md
2+
include CHANGELOG.md
3+
include requirements.txt

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# The version info for the project you're documenting, acts as replacement for
6868
# |version| and |release|, also used in various other places throughout the
6969
# built documents.
70-
version = release = "0.3.0"
70+
version = release = "0.3.1"
7171

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

pynamical/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from .pynamical import *
44

5-
__version__ = "0.3.0"
5+
__version__ = "0.3.1"

setup.py

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

4949
setup(
5050
name="pynamical",
51-
version="0.3.0",
51+
version="0.3.1",
5252
description="Model, simulate, and visualize discrete nonlinear dynamical systems",
5353
long_description=LONG_DESCRIPTION,
5454
classifiers=CLASSIFIERS,

0 commit comments

Comments
 (0)