Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
christinahedges committed Jul 15, 2024
1 parent 341dd50 commit 23b38e9
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pip install poetry
poetry install --with dev
- name: Test with pytest
run: poetry run pytest
run: poetry run pytest src tests



Expand Down
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) 2024 tylerapritchard
Copyright (c) 2024 TESS Science Support Center

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
4 changes: 4 additions & 0 deletions docs/README.rst → README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
:target: https://badge.fury.io/py/lksearch
:alt: PyPI version

.. image:: https://img.shields.io/badge/documentation-live-blue.svg
:target: https://lightkurve.github.io/lksearch/
:alt: Documentation

########
lksearch
########
Expand Down
2 changes: 1 addition & 1 deletion docs/Contact.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.. include:: README.rst
.. include:: ../README.rst
:start-after: <!-- Contact content start -->
:end-before: <!-- Contact content end -->
2 changes: 1 addition & 1 deletion docs/GetInvolved.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.. include:: README.rst
.. include:: ../README.rst
:start-after: <!-- Contributing content start -->
:end-before: <!-- Contributing content end -->
2 changes: 1 addition & 1 deletion docs/HowtoCite.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.. include:: README.rst
.. include:: ../README.rst
:start-after: <!-- Citing content start -->
:end-before: <!-- Citing content end -->
2 changes: 1 addition & 1 deletion docs/Quickstart.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.. include:: README.rst
.. include:: ../README.rst
:start-after: <!-- quickstart content start -->
:end-before: <!-- quickstart content end -->
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
lksearch
########

.. include:: README.rst
.. include:: ../README.rst
:start-after: <!-- intro content start -->
:end-before: <!-- intro content end -->

.. include:: README.rst
.. include:: ../README.rst
:start-after: <!-- Changelog content start -->
:end-before: <!-- Changelog content end -->

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "lksearch"
version = "0.1.0"
version = "1.0.0"
description = "A helpful little package to search for TESS/Kepler/K2 data"
authors = ["TESS SCience Support Center <[email protected]>"]
authors = ["TESS Science Support Center <[email protected]>"]
license = "MIT"
readme = "README.rst"

Expand Down
2 changes: 1 addition & 1 deletion src/lksearch/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Store the version number in a separate file
# so that we can read it from setup.py without importing the package
__version__ = "0.1.0dev"
__version__ = "1.0.0"

0 comments on commit 23b38e9

Please sign in to comment.