Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Nov 6, 2020
1 parent 6c7e562 commit a43cced
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ travis_yml:
python: 3.6
- script: docs
- script: examples
pypi_user: arvoelke
pypi_user: __token__
slack_notifications: "wZ7l/X7cVeetmwfup7vCeN74pqFGMC5eaJfy/aqRwVGCbY3aHQKoqJaBBrVef\
c+DsJwPPM9HIOGs7jkPY+Y1pFbklAhWCDCvmc+f3fL4/yPWK1u7r8IIHhM3O0YvYrEHfFfZn+V1nAomx1\
/wttFOr07LLffaNOn+sFzXgKP1Ebv5MrlCNGY0q3T2A38pwXus60GXaGalI/I/a/vjRdkEmq38eIMqLl0\
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:
deploy:
- provider: pypi
server: https://test.pypi.org/legacy/
user: arvoelke
password: $PYPI_TOKEN
user: __token__
password: $PYPI_TEST_TOKEN
distributions: "sdist bdist_wheel "
on:
all_branches: true
tags: false
condition: $TRAVIS_BRANCH =~ ^release-candidate-*
- provider: pypi
user: arvoelke
user: __token__
password: $PYPI_TOKEN
distributions: "sdist bdist_wheel "
on:
Expand Down
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Release history
- Removed
- Fixed
0.3.0 (unreleased)
==================
0.3.0 (November 6, 2020)
========================

**Changed**

Expand Down
2 changes: 1 addition & 1 deletion keras_lmu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

name = "keras_lmu"
version_info = (0, 3, 0) # (major, minor, patch)
dev = 0
dev = None

version = (
f"{'.'.join(str(v) for v in version_info)}{f'.dev{dev}' if dev is not None else ''}"
Expand Down

0 comments on commit a43cced

Please sign in to comment.