We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2787a9d + 763bdd3 commit 8c93edfCopy full SHA for 8c93edf
2 files changed
.gitignore
@@ -0,0 +1,22 @@
1
+# Eclipse project files
2
+.cproject
3
+.project
4
+.settings/
5
+
6
+# Visual Studio Code
7
+.vscode/
8
9
+# OSX files
10
+.DS_Store
11
12
+# Python created files
13
+.eggs/
14
+.tox/
15
+dist/
16
+datasketches.egg-info/
17
+datasketches/__pycache__/
18
+tests/__pycache__/
19
20
+# build aritfacts
21
+build/
22
+docs/build/
version.cfg.in
@@ -1 +1 @@
-4.2.@DT@.@HHMM@
+5.0.@DT@.@HHMM@
0 commit comments