Skip to content

Commit 5d802e3

Browse files
authored
Merge pull request #84 from simpeg/write_ubc_2d_mesh_Thibaut
add IO functionalities to write DCIP2D mesh and models
2 parents c876f65 + 5be5348 commit 5d802e3

File tree

9 files changed

+339
-158
lines changed

9 files changed

+339
-158
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 0.1.12
2+
current_version = 0.1.13
33
files = setup.py discretize/__init__.py docs/conf.py
44

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ after_success:
5858

5959
# deploy to pypi on tags
6060
- mv credentials/.pypirc ~/.pypirc ;
61-
- python setup.py sdist bdist_wheel --universal ;
62-
- travis_wait 20 twine upload -r pypi --skip-existing dist/* ;
61+
- python setup.py sdist bdist_wheel --universal upload;
6362

6463

6564
notifications:

0 commit comments

Comments
 (0)