Skip to content

Commit e8889bd

Browse files
committed
bump version, update readmen header [ci skip]
1 parent ee810f9 commit e8889bd

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

conda.recipe/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package:
22
name: paramnormal
3-
version: v0.1.0
3+
version: v0.2.0
44

55
source:
66
git_url: https://github.com/phobson/paramnormal.git
7-
git_tag: v0.1.0
7+
git_tag: v0.2.0
88
# patches:
99
# List any patch files here
1010
# - fix.patch

readme.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
(WIP) paramnormal: Conventionally parameterized probability distributions
2-
=========================================================================
1+
paramnormal: Conventionally parameterized probability distributions
2+
===================================================================
33
.. image:: https://travis-ci.org/phobson/paramnormal.svg?branch=master
44
:target: https://travis-ci.org/phobson/paramnormal
55

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
numpy>=1.6
22
scipy>=0.14
3+
matplotlib>=1.5

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
DESCRIPTION = "paramnormal: Conventionally parameterized probability distributions"
1010
LONG_DESCRIPTION = DESCRIPTION
1111
NAME = "paramnormal"
12-
VERSION = "0.1"
12+
VERSION = "v0.2.0"
1313
AUTHOR = "Paul Hobson"
14-
AUTHOR_EMAIL = "phobson@geosyntec.com"
14+
AUTHOR_EMAIL = "pmhobson@gmail.com"
1515
URL = "https://github.com/phobson/paramnormal"
1616
DOWNLOAD_URL = "https://github.com/phobson/paramnormal/archive/master.zip"
1717
LICENSE = "BSD 3-clause"
@@ -29,7 +29,7 @@
2929
'Programming Language :: Python :: 3.4',
3030
'Programming Language :: Python :: 3.5',
3131
]
32-
INSTALL_REQUIRES = ['numpy', 'scipy']
32+
INSTALL_REQUIRES = ['numpy', 'scipy', 'matplotlib']
3333
PACKAGE_DATA = {}
3434
DATA_FILES = []
3535

0 commit comments

Comments
 (0)