Skip to content

Commit

Permalink
update to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YvZheng committed Dec 15, 2020
1 parent 0333a3e commit ce87952
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include pycwr/__init__.py
include pycwr/draw/colormap/balance-rgb.txt
include pycwr/data/*
include pycwr/core/RadarGridC.pyx
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: pycwr
version: 0.3.0
version: 0.3.1

build:
skip: True # [py<35]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'Operating System :: Microsoft :: Windows']
setup(
name=DISTNAME,
version="0.3.0",
version="0.3.1",
author=AUTHOR,
license=LICENSE,
author_email=AUTHOR_EMAIL,
Expand Down

0 comments on commit ce87952

Please sign in to comment.