Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedor Baart committed May 15, 2024
1 parent d2c3697 commit 40c60a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions opentnsim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

import opentnsim.core as core # now contains mixin class consumes energy, also the modified vessel properties
import opentnsim.core as core # now contains mixin class consumes energy, also the modified vessel properties
import opentnsim.graph_module as graph_module
import opentnsim.plot as plot
import opentnsim.model as model
Expand All @@ -11,4 +11,4 @@

__author__ = """Mark van Koningsveld"""
__email__ = "M.vanKoningsveld@tudelft.nl"
__version__ = "1.1.2"
__version__ = "1.3.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@
tests_require=tests_require,
extras_require={"testing": tests_require},
url="https://github.com/TUDelft-CITG/OpenTNSim",
version="1.3.4",
version="1.3.6",
zip_safe=False,
)

0 comments on commit 40c60a4

Please sign in to comment.