Skip to content

Commit

Permalink
Bump to 0.2.1 (MaginnGroup#74)
Browse files Browse the repository at this point in the history
* Bump to 0.2.1
* Move bleeding mbuild to mosdef-hub
  • Loading branch information
rsdefever authored Jul 25, 2020
1 parent bdda72a commit 7a7375a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- bash: |
source activate bleeding-test-environment
git clone https://github.com/mosdef-hub/foyer.git
git clone https://github.com/rsdefever/mbuild.git
git clone https://github.com/mosdef-hub/mbuild.git
cd foyer
conda install --yes python=$(python.version) --file requirements-dev.txt
python -m pip install --user .
Expand Down
2 changes: 1 addition & 1 deletion mosdef_cassandra/writers/inp_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def generate_input(
# Construct an input file section by section

inp_data = """
! Generated by mosdef_cassandra version 0.2.0 on {}
! Generated by mosdef_cassandra version 0.2.1 on {}
""".format(
datetime.datetime.now()
)
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
numpy
parmed
networkx
foyer >= 0.7.5
mbuild >= 0.10.6
foyer >= 0.7.6
mbuild >= 0.10.8
openbabel
black
sphinx
Expand Down
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
numpy
parmed
networkx
foyer >= 0.7.5
mbuild >= 0.10.6
foyer >= 0.7.6
mbuild >= 0.10.8
openbabel
pytest
cassandra >= 1.2.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy
parmed
networkx
mbuild >= 0.10.6
mbuild >= 0.10.8
cassandra >= 1.2.2
unyt >= 2.4
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

#####################################
VERSION = "0.2.0"
VERSION = "0.2.1"
ISRELEASED = False
if ISRELEASED:
__version__ = VERSION
Expand All @@ -13,7 +13,7 @@
"numpy",
"parmed",
"networkx",
"mbuild >=0.10.6",
"mbuild >=0.10.8",
]

setup(
Expand Down

0 comments on commit 7a7375a

Please sign in to comment.