Skip to content

Commit 654d3f6

Browse files
committed
Bump Version Number
1 parent 8137a53 commit 654d3f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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) 2020 FergM
3+
Copyright (c) 2020-2021 FergM
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

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
setuptools.setup(
77
name="fattails", # Replace with your own username
8-
version="0.0.1",
8+
version="0.0.2",
99
author="FergM",
10-
description="A package for fattailed statistics",
10+
description="A package for fat-tailed statistics",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
1313
url="https://github.com/FergM/fattails/",
@@ -22,4 +22,4 @@
2222
'matplotlib>=3.3.3'
2323
],
2424
python_requires='>=3.8.5',
25-
)
25+
)

0 commit comments

Comments
 (0)