Skip to content

Commit 269cf5a

Browse files
committed
Bump version to v0.1.3, update metadata, update copyright
1 parent 5ba726c commit 269cf5a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Tyler Hughes
3+
Copyright (c) 2019-2023 Ceviche Package Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

ceviche/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# used for setup.py
22
name = "ceviche"
33

4-
__version__ = '0.1.2'
4+
__version__ = '0.1.3'
55

66
from .fdtd import fdtd
77
from .fdfd import fdfd_ez, fdfd_hz, fdfd_mf_ez

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
setup(
1717
name='ceviche',
18-
version='0.1.2',
18+
version='0.1.3',
1919
description='Ceviche',
2020
long_description=readme,
2121
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',
2525
packages=find_packages(),
2626
install_requires=dependencies,
2727
classifiers=[

0 commit comments

Comments
 (0)