Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
CIM
CIMpy
Commits
7175d365
Commit
7175d365
authored
Jun 30, 2020
by
Jan Dinkelbach
Browse files
bump version 1.0.0
parent
ce319181
Pipeline
#301567
passed with stages
in 1 minute and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
7175d365
...
...
@@ -4,6 +4,8 @@ __pycache__
.idea
./cimpy/__pycache__
*.egg
build/
dist/
# log files
*.log
...
...
setup.py
View file @
7175d365
...
...
@@ -2,7 +2,7 @@ import setuptools
setuptools
.
setup
(
name
=
'cimpy'
,
version
=
'
0.9.4
'
,
version
=
'
1.0.0
'
,
description
=
'Python package for import, modification and export of CIM grid data'
,
author
=
'Institute for Automation of Complex Power Systems'
,
author_email
=
'acs-software@eonerc.rwth-aachen.de'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment