We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbed2d commit e9d09dfCopy full SHA for e9d09df
LICENSE
@@ -1,6 +1,6 @@
1
BSD 3-Clause License
2
3
-Copyright (c) 2017, Gregor Gebhardt
+Copyright (c) 2018, Gregor Gebhardt
4
All rights reserved.
5
6
Redistribution and use in source and binary forms, with or without
setup.py
@@ -15,7 +15,7 @@
15
# Versions should comply with PEP440. For a discussion on single-sourcing
16
# the version across setup.py and the project code, see
17
# https://packaging.python.org/en/latest/single_source_version.html
18
- version='0.2.2',
+ version='0.2.3',
19
20
description='A framework to run experiments on an computing cluster.',
21
long_description=long_description,
0 commit comments