Skip to content

Commit

Permalink
oops forgot a crucial file
Browse files Browse the repository at this point in the history
  • Loading branch information
leonfoks committed Aug 28, 2023
1 parent cad84bc commit e081201
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions documentation_source/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
# built documents.
#
# The short X.Y version.
version = "1.0.0"
version = "1.0.1"
# The full version, including alpha/beta/rc tags.
release = "1.0.0"
release = "1.0.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from distutils.command.sdist import sdist
cmdclass={'sdist': sdist}

__version__ = '1.0.0'
__version__ = '1.0.1'

setup(name='gspy',
packages=find_packages(),
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.0.1'

0 comments on commit e081201

Please sign in to comment.