Skip to content

Commit

Permalink
update to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
junioreif committed Oct 19, 2022
1 parent 6ca8551 commit f0f670a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion OpenMiChroM/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.4'
__version__ = '1.0.5'

from .ChromDynamics import MiChroM
from .Optimization import FullTraining, CustomMiChroMTraining
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "OpenMiChroM" %}
{% set version = "1.0.4" %}
{% set version = "1.0.5" %}


package:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
with open(path.join(this_dir, "README.rst")) as f:
long_description = f.read()

__version__ = "1.0.4"
__version__ = "1.0.5"
for line in open(path.join("OpenMiChroM", "__init__.py")):
if line.startswith("__version__"):
exec(line.strip())
Expand Down

0 comments on commit f0f670a

Please sign in to comment.