Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Mar 18, 2019
2 parents 1b99b39 + 7a2c181 commit 2b4d269
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.3
current_version = 1.1.5-dev
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ after_success:
- codecov
#deploy to pypi using poetry
- cd ../../ && rm -rf aiida_kkr/tests/{submit_test/,__pycache__/,jukkr} id_rsa_travis #remove test output before publishing
- pip install poetry && ./publish_to_pypi.sh # publish_to_pypi script does poetry publish with autentification information
- pip install twine && ./publish_to_pypi.sh # publish_to_pypi script does not use poetry publish anymore since entrypoints are then not set correctly, use python setuy.py && twine upload instead
git:
depth: 3
2 changes: 1 addition & 1 deletion aiida_kkr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""

__version__ = "1.1.3"
__version__ = "1.1.5-dev"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[tool.poetry]
name = "aiida-kkr"
version = "1.1.3"
version = "1.1.5-dev"
description = "AiiDA plugin for the KKR code"
authors = ["Philipp Rüssmann <[email protected]>",
"Jens Bröder <[email protected]>",
Expand Down
Binary file modified secrets.tar.gz.enc
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Topic :: Scientific/Engineering :: Physics",
"Natural Language :: English"
],
"version": "1.1.3",
"version": "1.1.5-dev",
"reentry_register": true,
"install_requires": [
"aiida-core == 1.0.0a4",
Expand Down

0 comments on commit 2b4d269

Please sign in to comment.