File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.4.1
2
+ current_version = 2.4.2
3
3
commit = False
4
4
tag = False
5
5
Original file line number Diff line number Diff line change 5
5
#---------------------------------------------------------------------------
6
6
DOXYFILE_ENCODING = UTF-8
7
7
PROJECT_NAME = "GSD"
8
- PROJECT_NUMBER = v2.4.1
8
+ PROJECT_NUMBER = v2.4.2
9
9
PROJECT_BRIEF = "General simulation data"
10
10
PROJECT_LOGO =
11
11
OUTPUT_DIRECTORY = devdoc
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Download source releases directly from the web: https://glotzerlab.engin.umich.e
62
62
63
63
.. code-block :: bash
64
64
65
- $ curl -O https://glotzerlab.engin.umich.edu/downloads/gsd/gsd-v2.4.1 .tar.gz
65
+ $ curl -O https://glotzerlab.engin.umich.edu/downloads/gsd/gsd-v2.4.2 .tar.gz
66
66
67
67
Or, clone using git:
68
68
Original file line number Diff line number Diff line change 39
39
from collections import namedtuple
40
40
import sys
41
41
42
- __version__ = "2.4.1 "
42
+ __version__ = "2.4.2 "
43
43
44
44
logger = logging .getLogger ('gsd.pygsd' )
45
45
Original file line number Diff line number Diff line change 8
8
in other modules within the package.
9
9
"""
10
10
11
- __version__ = "2.4.1 "
11
+ __version__ = "2.4.2 "
12
12
13
13
__all__ = [
14
14
'__version__' ,
Original file line number Diff line number Diff line change 25
25
26
26
27
27
setup (name = 'gsd' ,
28
- version = '2.4.1 ' ,
28
+ version = '2.4.2 ' ,
29
29
description = desc ,
30
30
long_description = readme ,
31
31
long_description_content_type = 'text/markdown' ,
34
34
35
35
url = 'https://gsd.readthedocs.io' ,
36
36
download_url = 'http://glotzerlab.engin.umich.edu/Downloads/'
37
- 'gsd/gsd-v2.4.1 .tar.gz' ,
37
+ 'gsd/gsd-v2.4.2 .tar.gz' ,
38
38
39
39
classifiers = [
40
40
"Development Status :: 5 - Production/Stable" ,
You can’t perform that action at this time.
0 commit comments