Skip to content

Commit

Permalink
Bump version to v0.1.3, update metadata, update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwilliamson committed Feb 5, 2023
1 parent 5ba726c commit 269cf5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion ceviche/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# used for setup.py
name = "ceviche"

__version__ = '0.1.2'
__version__ = '0.1.3'

from .fdtd import fdtd
from .fdfd import fdfd_ez, fdfd_hz, fdfd_mf_ez
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

setup(
name='ceviche',
version='0.1.2',
version='0.1.3',
description='Ceviche',
long_description=readme,
long_description_content_type="text/markdown",
author='Tyler Hughes',
author_email='tylerwhughes91@gmail.com',
url='https://github.com/twhughes/ceviche',
author='Ceviche Package Contributors',
author_email='fancompute+noreply@gmail.com',
url='https://github.com/fancompute/ceviche',
packages=find_packages(),
install_requires=dependencies,
classifiers=[
Expand Down

0 comments on commit 269cf5a

Please sign in to comment.