Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Nov 23, 2021
1 parent 4ce7b6e commit 78fd2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('nuflux', 'cpp',
version : '2.0.0',
version : '2.0.3',
default_options : ['cpp_std=c++11'])

cfitsio = dependency('cfitsio')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name = "nuflux",
version = "2.0.0",
version = "2.0.3",
packages = find_packages(),
ext_modules = [extension],
package_data = {"nuflux":["data/*/*.fits",'data/*/*.dat']},
Expand Down

0 comments on commit 78fd2ac

Please sign in to comment.