plato-fits 0.17.3__tar.gz → 0.18.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,9 +22,14 @@ dist
22
22
  .nox
23
23
  htmlcov
24
24
 
25
- # Virtual environments
25
+ # dotenv, ignore all but the example file
26
26
 
27
27
  .env
28
+ .env.*
29
+ !.env.example
30
+
31
+ # Virtual environments
32
+
28
33
  .venv
29
34
  venv
30
35
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plato-fits
3
- Version: 0.17.3
3
+ Version: 0.18.0
4
4
  Summary: FITS Persistence implementation for CGSE
5
5
  Author: IvS KU Leuven
6
6
  Maintainer-email: Rik Huygen <rik.huygen@kuleuven.be>, Sara Regibo <sara.regibo@kuleuven.be>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "plato-fits"
3
- version = "0.17.3"
3
+ version = "0.18.0"
4
4
  description = "FITS Persistence implementation for CGSE"
5
5
  authors = [
6
6
  {name = "IvS KU Leuven"}
File without changes