We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc289f commit 51e4eacCopy full SHA for 51e4eac
Project.toml
@@ -1,7 +1,7 @@
1
name = "Modia3D"
2
uuid = "9eeeb1f0-b440-11e8-152a-c19cc3a383d5"
3
authors = ["Andrea Neumayr <andrea.neumayr@dlr.de>", "Martin Otter <Martin.Otter@dlr.de>"]
4
-version = "0.2.0"
+version = "0.2.1"
5
6
[deps]
7
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
src/Modia3D.jl
@@ -3,7 +3,7 @@
module Modia3D
println(" \nWelcome to Modia3D - Modeling and simulation of 3D systems")
-println(" Version : 0.2.0 (2018-10-07)")
+println(" Version : 0.2.1 (2018-10-07)")
8
const path = dirname(dirname(@__FILE__)) # Absolute path of Modia3D Julia package directory
9
0 commit comments