Skip to content

Commit 8445931

Browse files
Update package to v1.0
1 parent 8b87cdb commit 8445931

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pycharge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def cite():
1818
doi = {10.1016/j.cpc.2022.108291},
1919
url = {https://doi.org/10.1016/j.cpc.2022.108291},
2020
}"""
21-
print(citation)
21+
print(citation)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pycharge",
8-
version="1.0a4",
8+
version="1.0",
99
author="Matthew Filipovich",
1010
author_email="matthew.filipovich@queensu.ca",
1111
description="Electrodynamics simulator for calculating the fields and potentials generated by moving point charges and simulating oscillating dipoles.",

0 commit comments

Comments
 (0)