File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2019 Tyler Hughes
3
+ Copyright (c) 2019-2023 Ceviche Package Contributors
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
# used for setup.py
2
2
name = "ceviche"
3
3
4
- __version__ = '0.1.2 '
4
+ __version__ = '0.1.3 '
5
5
6
6
from .fdtd import fdtd
7
7
from .fdfd import fdfd_ez , fdfd_hz , fdfd_mf_ez
Original file line number Diff line number Diff line change 15
15
16
16
setup (
17
17
name = 'ceviche' ,
18
- version = '0.1.2 ' ,
18
+ version = '0.1.3 ' ,
19
19
description = 'Ceviche' ,
20
20
long_description = readme ,
21
21
long_description_content_type = "text/markdown" ,
22
- author = 'Tyler Hughes ' ,
23
- author_email = 'tylerwhughes91 @gmail.com' ,
24
- url = 'https://github.com/twhughes /ceviche' ,
22
+ author = 'Ceviche Package Contributors ' ,
23
+ author_email = 'fancompute+noreply @gmail.com' ,
24
+ url = 'https://github.com/fancompute /ceviche' ,
25
25
packages = find_packages (),
26
26
install_requires = dependencies ,
27
27
classifiers = [
You can’t perform that action at this time.
0 commit comments